mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-08 15:54:44 +02:00
If you override anything else in netbox, the inheritence will pass to the worker and housekeeping containers (such as open ports). Better to just set the image to match.
@ -15,12 +15,12 @@ To run a specific version, adjust your `docker-compose.override.yml` file to inc
|
|||||||
```yml
|
```yml
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
services:
|
services:
|
||||||
netbox: &netbox
|
netbox:
|
||||||
image: netboxcommunity/netbox:1.0.1
|
image: netboxcommunity/netbox:1.0.1
|
||||||
netbox-worker:
|
netbox-worker:
|
||||||
<<: *netbox
|
image: netboxcommunity/netbox:1.0.1
|
||||||
netbox-housekeeping:
|
netbox-housekeeping:
|
||||||
<<: *netbox
|
image: netboxcommunity/netbox:1.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
||||||
|
Reference in New Issue
Block a user