diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-21 00:58:23 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-21 00:59:03 +0800 |
commit | 540bd737f6a805459becfaef4d89686a418efa04 (patch) | |
tree | 0bb1291299d49302cb90ca6fd469d54bc2625257 | |
parent | a150350731232dce71300c3ae407422b28351d04 (diff) | |
download | crupest-540bd737f6a805459becfaef4d89686a418efa04.tar.gz crupest-540bd737f6a805459becfaef4d89686a418efa04.tar.bz2 crupest-540bd737f6a805459becfaef4d89686a418efa04.zip |
chore(docker): remove tags.
-rw-r--r-- | templates/docker-compose.yaml.template | 4 |
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" |