Skip to content

Commit

Permalink
fix: fix env variable typo in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purifetchi authored and Ktosi33 committed Nov 19, 2023
1 parent 5d924a2 commit 26a1208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
environment:
REDIS_HOSTS: redis
REDIS_HOST: redis
REEDIS_PORT: redis:6379
REDIS_PORT: redis:6379
REDIS_PASSWORD: ${REDIS_PASSWORD}
HTTP_USER: ${REDIS_HTTP_USER}
HTTP_PASSWORD: ${REDIS_HTTP_PASSWORD}
Expand Down

0 comments on commit 26a1208

Please sign in to comment.