From a4714922baf6419da1f24d0a556124fca901a150 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 7 Jul 2023 21:15:21 +0800 Subject: Rename v2ray service name. --- template/docker-compose.yaml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/docker-compose.yaml.template') 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" -- cgit v1.2.3