Merge pull request #589 from tobiasge/user-unit

Fix #586: Use user name instead of userid
This commit is contained in:
Christian Mäder 2021-10-06 17:25:47 +02:00 committed by GitHub
commit daaea77144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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