feat: add configurable HTTP port
All checks were successful
renovate / renovate (push) Successful in 20s
Docker Build and Push / build-and-push (push) Successful in 1m45s

This commit is contained in:
2025-12-28 20:09:31 +07:00
parent bf7f7bd8da
commit b5862bd7a0
3 changed files with 4 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ USER appuser
ENV TZ=Asia/Jakarta
EXPOSE 2200 80 8443
EXPOSE 2200 8080 8443
LABEL org.opencontainers.image.title="Tunnel Please" \
org.opencontainers.image.description="SSH-based tunnel server"