fix: remove unnecessary port exposure for HTTPS in Dockerfile
This commit is contained in:
@@ -30,7 +30,6 @@ COPY ./entrypoint.sh .
|
|||||||
COPY ./Caddyfile.example .
|
COPY ./Caddyfile.example .
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 443
|
|
||||||
EXPOSE 10000
|
EXPOSE 10000
|
||||||
EXPOSE 10001
|
EXPOSE 10001
|
||||||
EXPOSE 10002
|
EXPOSE 10002
|
||||||
|
|||||||
Reference in New Issue
Block a user