feat: update git-sync 0.21.0

This commit is contained in:
arch3rPro
2026-02-27 22:38:58 +08:00
parent e7bb2e0a4e
commit 7a44fe304b
4 changed files with 3 additions and 4 deletions

View File

@@ -859,7 +859,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔄 多平台Git仓库自动同步与备份工具支持定时任务和Docker部署
<kbd>0.20.0</kbd> • [官网链接](https://github.com/AkashRajpurohit/git-sync)
<kbd>0.21.0</kbd> • [官网链接](https://github.com/AkashRajpurohit/git-sync)
</td>
</tr>

View File

@@ -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
restart: unless-stopped