mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-02-18 03:01:04 +01:00
Added "restart: unless-stopped" for netbox-housekeeping
parent
cb64596005
commit
95192fe6e1
@ -48,6 +48,8 @@ services:
|
||||
restart: unless-stopped
|
||||
netbox-worker:
|
||||
restart: unless-stopped
|
||||
netbox-housekeeping:
|
||||
restart: unless-stopped
|
||||
# Uncomment if you use NetBox Docker < 0.28.0
|
||||
# nginx:
|
||||
# restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user