From 86032214ef098b854f2476b3769955c7e048c1f8 Mon Sep 17 00:00:00 2001 From: kkthxbye <400797+kkthxbye-code@users.noreply.github.com> Date: Fri, 28 Jul 2023 22:02:19 +0200 Subject: [PATCH] Updated Version (markdown) --- Version.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Version.md b/Version.md index 47b8506..3514302 100644 --- a/Version.md +++ b/Version.md @@ -25,21 +25,21 @@ services: Note thtat you need to also override the `netbox-worker` and `netbox-housekeeping` service definitions to match. -Now pull the Docker image: `docker-compose pull netbox` +Now pull the Docker image: `docker compose pull netbox` ## Alternative via `VERSION` variable 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. -Now set and export the environment-variable `VERSION` before invoking `docker-compose`, as shown below. +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). ```bash export VERSION=v2.7.1 -docker-compose pull netbox -docker-compose up -d +docker compose pull netbox +docker compose up -d ``` [netbox-github]: https://github.com/netbox-community/netbox/releases \ No newline at end of file