set MEDIA_ROOT to match docker-compose.yml

otherwise the default of `/etc/netbox/media` is used, which doesn't persist
This commit is contained in:
Matthew Tom-Wolverton 2018-04-08 19:46:26 -04:00 committed by GitHub
parent 4bd5f0903f
commit b28e615023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ EMAIL_USERNAME=netbox
EMAIL_PASSWORD=
EMAIL_TIMEOUT=5
EMAIL_FROM=netbox@bar.com
MEDIA_ROOT=/opt/netbox/netbox/media
NAPALM_USERNAME=
NAPALM_PASSWORD=
NAPALM_TIMEOUT=10