Skip to content

Commit

Permalink
Fix: update cmd to match v5 (v2fly#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
chisaato committed Oct 8, 2022
1 parent 68bada2 commit 1741655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ RUN set -ex \
&& chmod +x /root/v2ray.sh \
&& /root/v2ray.sh "${TARGETPLATFORM}" "${TAG}"

CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]
CMD [ "/usr/bin/v2ray", "run", "-c", "/etc/v2ray/config.json" ]

0 comments on commit 1741655

Please sign in to comment.