Update docker-compose.yml

This commit is contained in:
fcarraUniSa
2026-02-16 21:21:42 +01:00
committed by GitHub
parent da6365ed00
commit 738e7bf6f7

View File

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