fix: DB hostname bbdd -> db to match docker-compose service name
This commit is contained in:
parent
8781d22acf
commit
249256c812
|
|
@ -2,7 +2,7 @@ spring.application.name=formula1
|
|||
|
||||
server.servlet.context-path=/f1
|
||||
|
||||
spring.datasource.url=jdbc:mariadb://bbdd:3306/formula1
|
||||
spring.datasource.url=jdbc:mariadb://db:3306/formula1
|
||||
spring.datasource.username=formula1user
|
||||
spring.datasource.password=Eavne,e1m
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue