From a931457d61b053682d5e89a0cfb411e43e5e21c7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 21 Feb 2025 00:58:23 +0800 Subject: chore(docker): remove tags. --- templates/docker-compose.yaml.template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/docker-compose.yaml.template b/templates/docker-compose.yaml.template index ea3e425..ef103f4 100644 --- a/templates/docker-compose.yaml.template +++ b/templates/docker-compose.yaml.template @@ -36,8 +36,6 @@ services: context: ./docker/v2ray dockerfile: Dockerfile pull: true - tags: - - "crupest/v2ray:latest" hostname: v2ray command: [ "run", "-c", "/etc/v2fly/config.json" ] volumes: @@ -96,8 +94,6 @@ services: pull: true args: - ROOT_URL=https://@@CRUPEST_DOMAIN@@/git - tags: - - "crupest/git-server:latest" hostname: git-server volumes: - "./data/git:/git" -- cgit v1.2.3