From 174165500724076b398eb1d81daba81dd4b13444 Mon Sep 17 00:00:00 2001 From: MisakaCloud Date: Sat, 8 Oct 2022 11:02:51 +0800 Subject: [PATCH] Fix: update cmd to match v5 (#44) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4e3698..81ab66b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]