mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Fix netbox-worker service definition in docker-compose
This commit is contained in:
parent
df6c8b20ed
commit
33d7eb36cc
|
|
@ -24,8 +24,8 @@ services:
|
|||
- /share/Container/netbox/reports:/opt/netbox/netbox/reports:rw
|
||||
- /share/Container/netbox/scripts:/opt/netbox/netbox/scripts:rw
|
||||
|
||||
netbox-worker:
|
||||
<<: *netbox
|
||||
netbox-worker: netbox-worker
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||
depends_on:
|
||||
netbox:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Reference in a new issue