Update docker-compose.yml

This commit is contained in:
fcarraUniSa
2026-02-16 21:23:12 +01:00
committed by GitHub
parent 738e7bf6f7
commit 26675da762

View File

@@ -26,7 +26,7 @@ services:
ports: ports:
- "3010:3000" # host 3010 -> container 3000 - "3010:3000" # host 3010 -> container 3000
depends_on: depends_on:
- db db:
condition: service_healthy condition: service_healthy
restart: unless-stopped restart: unless-stopped
networks: networks: