diff --git a/README.md b/README.md index 62c78fb..42a5ba0 100644 --- a/README.md +++ b/README.md @@ -859,7 +859,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🔄 多平台Git仓库自动同步与备份工具,支持定时任务和Docker部署 -0.20.0 • [官网链接](https://github.com/AkashRajpurohit/git-sync) +0.21.0 • [官网链接](https://github.com/AkashRajpurohit/git-sync) diff --git a/apps/git-sync/0.20.0/config.yaml b/apps/git-sync/0.21.0/config.yaml similarity index 100% rename from apps/git-sync/0.20.0/config.yaml rename to apps/git-sync/0.21.0/config.yaml diff --git a/apps/git-sync/0.20.0/data.yml b/apps/git-sync/0.21.0/data.yml similarity index 100% rename from apps/git-sync/0.20.0/data.yml rename to apps/git-sync/0.21.0/data.yml diff --git a/apps/git-sync/0.20.0/docker-compose.yml b/apps/git-sync/0.21.0/docker-compose.yml similarity index 72% rename from apps/git-sync/0.20.0/docker-compose.yml rename to apps/git-sync/0.21.0/docker-compose.yml index d1761ff..9bc28fe 100644 --- a/apps/git-sync/0.20.0/docker-compose.yml +++ b/apps/git-sync/0.21.0/docker-compose.yml @@ -1,7 +1,6 @@ - services: git-sync: - image: ghcr.io/akashrajpurohit/git-sync:v0.20.0 + image: ghcr.io/akashrajpurohit/git-sync:v0.21.0 container_name: git-sync environment: - PUID=${PUID} @@ -9,4 +8,4 @@ services: volumes: - ${GITSYNC_CONFIG_PATH}:/git-sync/config.yaml - ${GITSYNC_BACKUP_PATH}:/backups - restart: unless-stopped \ No newline at end of file + restart: unless-stopped