We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1939a2 commit bc7547bCopy full SHA for bc7547b
Dockerfile
@@ -10,6 +10,7 @@ FROM v2fly/v2fly-core:latest
10
ARG UUID
11
ENV UUID=$UUID
12
13
+RUN touch /etc/v2ray/config.json
14
RUN cat > /etc/v2ray/config.json <<'EOF' \
15
{ \
16
"inbounds": [\
0 commit comments