Fix env file path for redis-cache service

This commit is contained in:
Lasse Bang Mikkelsen 2020-03-06 12:58:43 +01:00
parent 880628876f
commit 657d8096c3
No known key found for this signature in database
GPG key ID: 5FB75AB9E0AB5EC2

View file

@ -57,7 +57,7 @@ services:
- sh
- -c # this is to evaluate the $REDIS_PASSWORD from the env
- redis-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
env_file: env/redis.env
env_file: env/redis-cache.env
volumes:
netbox-static-files:
driver: local