Update docker-compose-env.yml
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
|||||||
container_name: redis
|
container_name: redis
|
||||||
command: redis-server --appendonly yes
|
command: redis-server --appendonly yes
|
||||||
volumes:
|
volumes:
|
||||||
- /mydata/redis/data:/data #数据文件挂载
|
- /mydata/redis/data:/data #数据文件目录挂载
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user