Skip to content

Commit a36c996

Browse files
committed
Update v2node image
1 parent 4855dee commit a36c996

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

v2node/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
FROM v2demo/v2demo:latest
2+
RUN sed -i 's/latest\///' /opt/startup.sh
3+
RUN sed -i 's/\/v2ray-l/\/v4.45.2\/v2ray-l/' /opt/startup.sh
44

55
ENV PORT=443
6+
ENV WS_URI=/
67
ENV V2RAY_VMESS_AEAD_FORCED=false
78

8-
ENTRYPOINT ["sh", "-c", "/opt/startup.sh"]
9+
ENTRYPOINT ["sh", "-c", "/opt/startup.sh"]

0 commit comments

Comments
 (0)