fix(api): docker compose redis conf

This commit is contained in:
Mikhail Trubnikov
2023-11-29 14:41:20 +10:00
parent efe368816f
commit 1b930f3e35

View File

@@ -31,10 +31,10 @@ services:
restart: always
ports:
- 6379:6379
command: redis-server /usr/local/etc/redis/redis.conf
#command: redis-server /usr/local/etc/redis/redis.conf
volumes:
- parr_redis_data:/data
- parr_redis_config/redis.conf:/usr/local/etc/redis/redis.conf
#- parr_redis_config/redis.conf:/usr/local/etc/redis/redis.conf
environment:
- REDIS_PASSWORD=ParrP@ssPtk202MMdevDvs
- REDIS_PORT=6379