We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v2node
1 parent 4855dee commit a36c996Copy full SHA for a36c996
v2node/Dockerfile
@@ -1,8 +1,9 @@
1
-FROM alpine:latest
2
-ADD startup.sh /opt/
3
-RUN apk add --no-cache --virtual .build-deps ca-certificates curl
+FROM v2demo/v2demo:latest
+RUN sed -i 's/latest\///' /opt/startup.sh
+RUN sed -i 's/\/v2ray-l/\/v4.45.2\/v2ray-l/' /opt/startup.sh
4
5
ENV PORT=443
6
+ENV WS_URI=/
7
ENV V2RAY_VMESS_AEAD_FORCED=false
8
-ENTRYPOINT ["sh", "-c", "/opt/startup.sh"]
9
+ENTRYPOINT ["sh", "-c", "/opt/startup.sh"]
0 commit comments