diff options
Diffstat (limited to 'template/docker-compose.yaml.template')
| -rw-r--r-- | template/docker-compose.yaml.template | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 8b2f014..a8a3be8 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -56,8 +56,13 @@ services:        - "./crupest-api-config.json:/crupest-api-config.json:ro"
    v2ray:
 -    image: v2fly/v2fly-core:latest
 -    pull_policy: always
 +    pull_policy: build
 +    build:
 +      context: ./docker/crupest-v2ray
 +      dockerfile: Dockerfile
 +      pull: true
 +      tags:
 +        - "crupest/crupest-v2ray:latest"
      command: [ "run", "-c", "/etc/v2fly/config.json" ]
      container_name: v2ray
      restart: on-failure:3
 | 
