mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-21 19:09:38 +00:00
9 lines
169 B
YAML
9 lines
169 B
YAML
![]() |
mysql:
|
||
|
image: mysql
|
||
|
ports:
|
||
|
- "3306:3306"
|
||
|
environment:
|
||
|
- MYSQL_ROOT_PASSWORD=root
|
||
|
- MYSQL_DATABASE=test
|
||
|
volumes:
|
||
|
- "./conf.d:/etc/mysql/conf.d:ro"
|