maj redis conf

This commit is contained in:
HPL 2024-10-14 16:53:08 +02:00
parent 1085db0b65
commit 5f8510b7f6

View File

@ -4,9 +4,9 @@ services:
image: redis:alpine
container_name: redis
restart: always
command: redis-server --requirepass ${REDIS_PASSWORD}
env_file:
- ../../secret/env-redis
command: redis-server --requirepass ${REDIS_PASSWORD}
volumes:
- redisData:/data
networks: