diff options
| author | crupest <crupest@outlook.com> | 2023-07-07 21:15:21 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-07-07 21:15:21 +0800 | 
| commit | 3b1897e03c7d21ee63f34c8ce90449e6057c3cd1 (patch) | |
| tree | 2248ffd9af2a36d2501b75b2bf701f7d1b38be0c /template/docker-compose.yaml.template | |
| parent | 3a3ba2996b2041ac4e40dd6082b70afebd306e07 (diff) | |
| download | crupest-3b1897e03c7d21ee63f34c8ce90449e6057c3cd1.tar.gz crupest-3b1897e03c7d21ee63f34c8ce90449e6057c3cd1.tar.bz2 crupest-3b1897e03c7d21ee63f34c8ce90449e6057c3cd1.zip  | |
Rename v2ray service name.
Diffstat (limited to 'template/docker-compose.yaml.template')
| -rw-r--r-- | template/docker-compose.yaml.template | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 8463afe..f5c6bb9 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -81,11 +81,11 @@ services:      networks:        - crupest-api-network -  crupest-v2ray: +  v2ray:      image: v2fly/v2fly-core:latest      pull_policy: always      command: [ "run", "-c", "/etc/v2fly/config.json" ] -    container_name: crupest-v2ray +    container_name: v2ray      restart: on-failure:3      volumes:        - "./v2ray-config.json:/etc/v2fly/config.json:ro"  | 
