Skip to content

Commit b9c44b8

Browse files
committed
The Redis cache container was using the wrong env
Our docker-compose.yml pointed the env file for the Redis cache to the wrong file. Now the Redis cache password between the netbox.env and redis-cache.env match.
1 parent 355ebad commit b9c44b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- sh
5858
- -c # this is to evaluate the $REDIS_PASSWORD from the env
5959
- redis-server --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
60-
env_file: env/redis.env
60+
env_file: env/redis-cache.env
6161
volumes:
6262
netbox-static-files:
6363
driver: local

0 commit comments

Comments
 (0)