diff options
author | crupest <crupest@outlook.com> | 2023-06-01 00:09:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-06-01 00:09:13 +0800 |
commit | cf241616a0037ae001a85770c183645ffea7e911 (patch) | |
tree | ac4d01e2f52714a683620a0713532ca51860f3ec /template/docker-compose.yaml.template | |
parent | 4cc25bea963c09a1eb0f951bed1eabc75d196446 (diff) | |
download | crupest-cf241616a0037ae001a85770c183645ffea7e911.tar.gz crupest-cf241616a0037ae001a85770c183645ffea7e911.tar.bz2 crupest-cf241616a0037ae001a85770c183645ffea7e911.zip |
Try to fix v2ray.
Diffstat (limited to 'template/docker-compose.yaml.template')
-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: |