aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-21 00:58:23 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-21 00:59:03 +0800
commita931457d61b053682d5e89a0cfb411e43e5e21c7 (patch)
treeeb4ff3ea3958509fe2806ad03082089f3694d1c0
parentda756422d9734d1d704e0cbcd248c17c30cd4f90 (diff)
downloadcrupest-a931457d61b053682d5e89a0cfb411e43e5e21c7.tar.gz
crupest-a931457d61b053682d5e89a0cfb411e43e5e21c7.tar.bz2
crupest-a931457d61b053682d5e89a0cfb411e43e5e21c7.zip
chore(docker): remove tags.
-rw-r--r--templates/docker-compose.yaml.template4
1 files changed, 0 insertions, 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"