[update] 添加 443 端口暴漏
This commit is contained in:
wulabing 2023-03-16 22:20:27 +08:00
parent fb7bf515aa
commit 7f226cda24
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00

View File

@ -33,4 +33,5 @@ RUN apk add --no-cache tzdata ca-certificates util-linux jq && \
wget -O /geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat && \ wget -O /geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat && \
chmod +x /entrypoint.sh chmod +x /entrypoint.sh
EXPOSE 443
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["./entrypoint.sh"]