From 019a6d8a3b6570872e421d906981700efc422d95 Mon Sep 17 00:00:00 2001 From: Lindsay Hill Date: Fri, 31 Dec 2021 16:40:42 -0800 Subject: [PATCH] version tags for images need to start with "v" --- Version.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Version.md b/Version.md index 6b132dc..fb7fdf7 100644 --- a/Version.md +++ b/Version.md @@ -16,11 +16,11 @@ To run a specific version, adjust your `docker-compose.override.yml` file to inc version: '3.4' services: netbox: - image: netboxcommunity/netbox:1.0.1 + image: netboxcommunity/netbox:v3.1.3 netbox-worker: - image: netboxcommunity/netbox:1.0.1 + image: netboxcommunity/netbox:v3.1.3 netbox-housekeeping: - image: netboxcommunity/netbox:1.0.1 + image: netboxcommunity/netbox:v3.1.3 ``` Note thtat you need to also override the `netbox-worker` and `netbox-housekeeping` service definitions to match.