mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Change user from 'unit:root' to 'root:root'
This commit is contained in:
parent
6be0edc6f2
commit
88e0e7b0cb
|
|
@ -8,7 +8,7 @@ services:
|
|||
- redis
|
||||
- redis-cache
|
||||
env_file: env/netbox.env
|
||||
user: "unit:root"
|
||||
user: "root:root"
|
||||
healthcheck:
|
||||
test: curl -f http://localhost:8080/login/ || exit 1
|
||||
start_period: 90s
|
||||
|
|
|
|||
Loading…
Reference in a new issue