Skip to content

Commit 6ac65a6

Browse files
committed
Fix test
1 parent f46d8a7 commit 6ac65a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- sh
3737
- -c # this is to evaluate the $REDIS_PASSWORD from the env
3838
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD ## $$ because of docker-compose
39-
env_file: env/redis.env
39+
env_file: env/redis-worker.env
4040
redis-cache:
4141
image: redis:6-alpine
4242
command:

0 commit comments

Comments
 (0)