aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-07 21:15:21 +0800
committercrupest <crupest@outlook.com>2023-07-07 21:15:21 +0800
commita4714922baf6419da1f24d0a556124fca901a150 (patch)
tree2248ffd9af2a36d2501b75b2bf701f7d1b38be0c /template/docker-compose.yaml.template
parentd61b3476962fd1e27911fc73550e6ec52debd316 (diff)
downloadcrupest-a4714922baf6419da1f24d0a556124fca901a150.tar.gz
crupest-a4714922baf6419da1f24d0a556124fca901a150.tar.bz2
crupest-a4714922baf6419da1f24d0a556124fca901a150.zip
Rename v2ray service name.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r--template/docker-compose.yaml.template4
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"