Fix Dokploy Bad Gateway: dokploy-network and expose 8080.

This commit is contained in:
2026-07-29 09:35:08 +03:00
parent 08750add83
commit 57d8ed7388
5 changed files with 31 additions and 13 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ ENV APP_ROOT=/app \
APP_PORT=8080
EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=5s --start-period=40s --retries=3 \
CMD curl -fsS http://127.0.0.1:8080/login >/dev/null || exit 1
CMD curl -fsS http://127.0.0.1:8080/healthz >/dev/null || exit 1
USER nobody
CMD ["/app/wg-panel"]