Disable volumes on test
This commit is contained in:
parent
84c4adc9b4
commit
a4af28cabf
1 changed files with 6 additions and 6 deletions
|
@ -42,8 +42,8 @@ services:
|
|||
- "127.0.0.127:5432:5432"
|
||||
depends_on:
|
||||
- minio
|
||||
volumes:
|
||||
- ./:/sync
|
||||
# volumes:
|
||||
# - ./:/sync
|
||||
|
||||
mariadb-10.9:
|
||||
image: benzine/mysql:10.9
|
||||
|
@ -68,8 +68,8 @@ services:
|
|||
- "127.0.0.127:3306:3306"
|
||||
depends_on:
|
||||
- minio
|
||||
volumes:
|
||||
- ./:/sync
|
||||
# volumes:
|
||||
# - ./:/sync
|
||||
|
||||
mariadb-10.3:
|
||||
image: benzine/mysql:10.3
|
||||
|
@ -85,5 +85,5 @@ services:
|
|||
- "127.0.0.127:3306:3306"
|
||||
depends_on:
|
||||
- minio
|
||||
volumes:
|
||||
- ./:/sync
|
||||
# volumes:
|
||||
# - ./:/sync
|
||||
|
|
Loading…
Reference in a new issue