diff options
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index b2e3fe9..afb3bca 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -84,7 +84,7 @@ services: crupest-v2ray: image: v2fly/v2fly-core:latest pull_policy: always - command: [ "-c", "/etc/v2fly/config.json" ] + command: [ "run", "-c", "/etc/v2fly/config.json" ] container_name: crupest-v2ray restart: on-failure:3 volumes: |