mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-25 09:23:14 +01:00
Image changes don't automatically get inherited by the override yml, and they must specifically be either declared or overridden in the override file.
parent
5fad4930a5
commit
96b42d4271
@ -15,10 +15,16 @@ To run a specific version, adjust your `docker-compose.override.yml` file to inc
|
||||
```yml
|
||||
version: '3.4'
|
||||
services:
|
||||
netbox:
|
||||
netbox: &netbox
|
||||
image: netboxcommunity/netbox:1.0.1
|
||||
netbox-worker:
|
||||
<<: *netbox
|
||||
netbox-housekeeping:
|
||||
<<: *netbox
|
||||
```
|
||||
|
||||
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`
|
||||
|
||||
## Alternative via `VERSION` variable
|
||||
|
Loading…
Reference in New Issue
Block a user