fix: expose port 80 internally for frontend to prevent Coolify proxy port 9080 conflict

This commit is contained in:
Vishva
2026-08-04 11:06:14 +05:30
parent 865c0a7f8d
commit d66df5ed43
+2 -2
View File
@@ -82,8 +82,8 @@ services:
context: .
dockerfile: Dockerfile.frontend
restart: unless-stopped
ports:
- "9080:80"
expose:
- "80"
depends_on:
- backend
networks: