forked from mirror/netbox-docker
fix deploy error?
This commit is contained in:
parent
3423df950a
commit
f687540c40
@ -20,7 +20,7 @@ services:
|
||||
netbox-worker:
|
||||
<<: *netbox
|
||||
depends_on:
|
||||
netbox:
|
||||
- netbox:
|
||||
condition: service_healthy
|
||||
command:
|
||||
- /opt/netbox/venv/bin/python
|
||||
@ -34,7 +34,7 @@ services:
|
||||
netbox-housekeeping:
|
||||
<<: *netbox
|
||||
depends_on:
|
||||
netbox:
|
||||
- netbox:
|
||||
condition: service_healthy
|
||||
command:
|
||||
- /opt/netbox/housekeeping.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user