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

@@ -0,0 +1,11 @@
services:
git-sync:
image: ghcr.io/akashrajpurohit/git-sync:v0.21.0
container_name: git-sync
environment:
- PUID=${PUID}
- PGID=${PGID}
volumes:
- ${GITSYNC_CONFIG_PATH}:/git-sync/config.yaml
- ${GITSYNC_BACKUP_PATH}:/backups
restart: unless-stopped