remove volume
This commit is contained in:
Binary file not shown.
@ -60,9 +60,7 @@ services:
|
|||||||
# 声明命名数据卷
|
# 声明命名数据卷
|
||||||
volumes:
|
volumes:
|
||||||
mysql-data:
|
mysql-data:
|
||||||
external: true # 使用已有的 mysql-data 卷,不创建新卷
|
|
||||||
redis-data:
|
redis-data:
|
||||||
external: true
|
|
||||||
|
|
||||||
# 创建自定义网络
|
# 创建自定义网络
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user