Change user from 'unit:root' to 'root:root'

This commit is contained in:
drice000 2026-01-03 22:51:11 -05:00 committed by GitHub
parent 6be0edc6f2
commit 88e0e7b0cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ services:
- redis - redis
- redis-cache - redis-cache
env_file: env/netbox.env env_file: env/netbox.env
user: "unit:root" user: "root:root"
healthcheck: healthcheck:
test: curl -f http://localhost:8080/login/ || exit 1 test: curl -f http://localhost:8080/login/ || exit 1
start_period: 90s start_period: 90s