fix: restore frontend 9080:80 host port binding for host Nginx proxying

This commit is contained in:
Vishva
2026-08-04 14:07:57 +05:30
parent 190ac63ab8
commit 8c661ecd12
+2 -2
View File
@@ -83,8 +83,8 @@ services:
context: .
dockerfile: Dockerfile.frontend
restart: unless-stopped
expose:
- "80"
ports:
- "9080:80"
depends_on:
- backend
networks: