1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Wrap redis password in double quotes

This commit is contained in:
Mel O'Hagan 2024-01-03 12:15:15 +00:00
parent 1403f65708
commit 9ac5a8e887

View file

@ -109,7 +109,7 @@ services:
redis-service:
restart: unless-stopped
image: redis
command: redis-server --requirepass ${REDIS_PASSWORD}
command: redis-server --requirepass "${REDIS_PASSWORD}"
volumes:
- redis_data:/data