From 249256c812f900eb61c6508c2581ec36ff1bd0d1 Mon Sep 17 00:00:00 2001 From: Tatiana Villa Ema Date: Mon, 27 Apr 2026 02:16:34 +0200 Subject: [PATCH] fix: DB hostname bbdd -> db to match docker-compose service name --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index ca59659..5e1b705 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -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