ci: cambiar host port web 3000->3002 (otro servicio usa 3000)

This commit is contained in:
Lizandro Guarnizo
2026-06-09 21:47:53 -05:00
parent e4abd806bb
commit e5e22e4f58
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ services:
container_name: moraworld-web
restart: unless-stopped
ports:
- "3000:3000"
- "3002:3000"
environment:
- NODE_ENV=production
- PORT=3000
+1 -1
View File
@@ -47,7 +47,7 @@ services:
container_name: moraworld-web
restart: unless-stopped
ports:
- "3000:3000"
- "3002:3000"
environment:
- NODE_ENV=production
- PORT=3000