Merge pull request #186 from netbox-community/non-root

Non root
This commit is contained in:
Christian Mäder 2019-12-20 14:21:34 +01:00 committed by GitHub
commit 0a9991de96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View file

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