Cambiar puerto externo del frontend a 8090

This commit is contained in:
Panchito
2026-07-22 10:53:48 -05:00
parent 3a1fd8d0af
commit abfbddf800

View File

@@ -40,6 +40,6 @@ services:
- VITE_API_URL=${VITE_API_URL}
restart: unless-stopped
ports:
- "80:80"
- "8090:80"
depends_on:
- backend