mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-19 00:16:42 +02:00
version tags for images need to start with "v"
parent
3cfeae0720
commit
019a6d8a3b
@ -16,11 +16,11 @@ To run a specific version, adjust your `docker-compose.override.yml` file to inc
|
|||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
netbox:
|
netbox:
|
||||||
image: netboxcommunity/netbox:1.0.1
|
image: netboxcommunity/netbox:v3.1.3
|
||||||
netbox-worker:
|
netbox-worker:
|
||||||
image: netboxcommunity/netbox:1.0.1
|
image: netboxcommunity/netbox:v3.1.3
|
||||||
netbox-housekeeping:
|
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.
|
Note thtat you need to also override the `netbox-worker` and `netbox-housekeeping` service definitions to match.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user