From 6e1a61a974c60b54a487d97c1f91f8710f74c08d Mon Sep 17 00:00:00 2001 From: Florian Heigl Date: Mon, 23 Jun 2025 04:09:07 +0200 Subject: [PATCH] Updated Version (markdown) --- Version.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Version.md b/Version.md index 92f956c..75ad30e 100644 --- a/Version.md +++ b/Version.md @@ -32,6 +32,7 @@ Now pull the Docker image: `docker compose pull netbox` To quickly iterate through specific version, you can set the `VERSION` environment variable. Make sure that your `docker-compose.override.yml` does not override the `image:` line. +Or, if you had to built a custom image due to plugin requirements, re-build that first. Now set and export the environment-variable `VERSION` before invoking `docker compose`, as shown below. `VERSION` may be set to the name of [any tag of the `netboxcommunity/netbox` Docker image on Docker Hub](netbox-dockerhub) or [Quay.io](netbox-quayio).