mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 03:42:48 +00:00
9 lines
184 B
YAML
9 lines
184 B
YAML
mysql:
|
|
image: mysql:5.7
|
|
ports:
|
|
- "3306:3306"
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=petclinic
|
|
- MYSQL_DATABASE=petclinic
|
|
volumes:
|
|
- "./conf.d:/etc/mysql/conf.d:ro"
|