test: fixbug volumes path ✌️

This commit is contained in:
2020-09-29 23:20:50 +08:00
parent cd8bd0a6f1
commit b3f96ee1be
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ services:
volumes:
- mysql8_data:/var/lib/mysql
- mysql8_logs:/var/log/mysql
- /data/deploy/configs/mysql8/my.cnf:/etc/my.cnf
- "/data/deploy/configs/mysql8/my.cnf:/etc/my.cnf"
networks:
DevNet:
ipv4_address: 172.23.23.251
@@ -19,8 +19,8 @@ services:
- "3306:3306"
redis5:
image: hub.local:3500/cnphpbb/redis:6-alpine
container_name: "Dev-redis6"
image: hub.local:3500/cnphpbb/redis:5-alpine
container_name: "Dev-redis5"
restart: always
command: "--requirepass Dev#gy&0412"
volumes: