fix(api): docker compose redis conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user