fix: expose port 80 instead of host binding for Dokploy/Traefik

This commit is contained in:
2026-01-28 23:07:01 +00:00
parent 0a8d5486bb
commit 52b6190d43

View File

@@ -28,7 +28,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
ports:
- "80:80"
- "80"
depends_on:
- backend
restart: unless-stopped