fix: remove unnecessary port exposure for HTTPS in Dockerfile

This commit is contained in:
2026-02-27 13:46:39 +01:00
parent 5483f22f6f
commit 1b22711071

View File

@@ -30,7 +30,6 @@ COPY ./entrypoint.sh .
COPY ./Caddyfile.example .
RUN chmod +x entrypoint.sh
EXPOSE 443
EXPOSE 10000
EXPOSE 10001
EXPOSE 10002