mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[fix] redis发布错误问题
This commit is contained in:
@@ -4,8 +4,7 @@ services:
|
||||
image: redis:7.0.12
|
||||
container_name: redis
|
||||
restart: always
|
||||
environment:
|
||||
requirepass: pandax
|
||||
command: redis-server /etc/redis/redis.conf --requirepass pandax --appendonly yes
|
||||
volumes:
|
||||
- "./redis/data:/data"
|
||||
- "./redis/logs:/logs"
|
||||
|
||||
Reference in New Issue
Block a user