mirror of
https://git.evilfox.cc/test2/wg.git
synced 2026-07-31 11:53:22 +00:00
Fix Dokploy Bad Gateway: dokploy-network and expose 8080.
This commit is contained in:
+1
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user