mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:25:48 +00:00
just compose update
This commit is contained in:
parent
e7c879ed3a
commit
1f85d31bc4
1 changed files with 14 additions and 12 deletions
|
@ -1,12 +1,14 @@
|
||||||
mysql:
|
version: '2'
|
||||||
image: mysql:5.7
|
services:
|
||||||
ports:
|
mysql:
|
||||||
- "3306:3306"
|
image: mysql:5.7
|
||||||
environment:
|
ports:
|
||||||
- MYSQL_ROOT_PASSWORD=
|
- "3306:3306"
|
||||||
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
environment:
|
||||||
- MYSQL_USER=petclinic
|
- MYSQL_ROOT_PASSWORD=
|
||||||
- MYSQL_PASSWORD=petclinic
|
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||||
- MYSQL_DATABASE=petclinic
|
- MYSQL_USER=petclinic
|
||||||
volumes:
|
- MYSQL_PASSWORD=petclinic
|
||||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
- MYSQL_DATABASE=petclinic
|
||||||
|
volumes:
|
||||||
|
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||||
|
|
Loading…
Reference in a new issue