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 | 81dbe33da48581d1230e7c987f56dd524f22189a (patch) | |
| tree | ac4d01e2f52714a683620a0713532ca51860f3ec /template | |
| parent | 86d3a7457ab703e60ebec351a8a550f8ee18de22 (diff) | |
| download | crupest-81dbe33da48581d1230e7c987f56dd524f22189a.tar.gz crupest-81dbe33da48581d1230e7c987f56dd524f22189a.tar.bz2 crupest-81dbe33da48581d1230e7c987f56dd524f22189a.zip  | |
Try to fix v2ray.
Diffstat (limited to '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:  | 
