[UPDATE] host mode 支持
This commit is contained in:
wulabing
2023-07-30 23:04:23 +08:00
parent f97b572a6f
commit 6db06c0646
3 changed files with 57 additions and 12 deletions
+4 -1
View File
@@ -20,6 +20,8 @@ ENV SERVERNAMES=""
ENV PRIVATEKEY=""
ENV SHORTIDS=""
ENV NETWORK=""
ENV INTERNAL_PORT=""
ENV HOSTMODE_PORT=""
ENV TZ=Asia/Shanghai
WORKDIR /
@@ -35,5 +37,6 @@ RUN apk add --no-cache tzdata ca-certificates jq curl libqrencode && \
wget -O /geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat && \
chmod +x /entrypoint.sh
EXPOSE 443
ENTRYPOINT ["./entrypoint.sh"]
EXPOSE 443