diff options
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" |