mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Adjusted new credentials for DB (#2)
Co-authored-by: Kaleaga <hgfgf@hghghf.com>
This commit is contained in:
parent
6b0cb72d1b
commit
b50ea4e249
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ services:
|
|||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=
|
||||
- MYSQL_ALLOW_EMPTY_PASSWORD=true
|
||||
- MYSQL_USER=Nicolae
|
||||
- MYSQL_PASSWORD=12345678
|
||||
- MYSQL_USER=devopstopsecret
|
||||
- MYSQL_PASSWORD=qwerty1235456
|
||||
- MYSQL_DATABASE=petclinic
|
||||
volumes:
|
||||
- "./conf.d:/etc/mysql/conf.d:ro"
|
||||
|
|
Loading…
Reference in a new issue