remove config volume mount

This commit is contained in:
Gourav Shah 2020-07-28 19:07:14 +05:30 committed by GitHub
parent 02cc84223b
commit 4219fae673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,4 @@ mysql:
- MYSQL_USER=petclinic - MYSQL_USER=petclinic
- MYSQL_PASSWORD=petclinic - MYSQL_PASSWORD=petclinic
- MYSQL_DATABASE=petclinic - MYSQL_DATABASE=petclinic
volumes:
- "./conf.d:/etc/mysql/conf.d:ro"