Fix env file path for redis-cache service
This commit is contained in:
parent
880628876f
commit
657d8096c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue