maj redis conf
This commit is contained in:
parent
1085db0b65
commit
5f8510b7f6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user