Use user name instead of userid

Nginx unit needs the user and group parameter as names.
This commit is contained in:
Tobias Genannt 2021-09-24 08:16:07 +02:00
parent c9b3edd0f1
commit 5679ab435f
4 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ services:
- redis-cache
- netbox-worker
env_file: env/netbox.env
user: '101'
user: 'unit:root'
volumes:
- ./startup_scripts:/opt/netbox/startup_scripts:z,ro
- ./initializers:/opt/netbox/initializers:z,ro