el cambio de puerto 8888

This commit is contained in:
unknown
2026-06-13 12:35:04 -04:00
parent 8ff8b3a459
commit 08d5674fbf
5 changed files with 7 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ services:
container_name: donmarco-web
restart: unless-stopped
ports:
- "8080:80"
- "${DONMARCO_WEB_PORT:-8888}:80"
depends_on:
backend:
condition: service_healthy