From 8f5ebc89401c2e8cfaa7cf192fc972e44a78546d Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:39:38 +0200 Subject: [PATCH] Set default GITSYNC_REPO in docker-compose.yml --- examples/obsidian-ignis/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/obsidian-ignis/docker-compose.yml b/examples/obsidian-ignis/docker-compose.yml index 57a0254..db18e6a 100644 --- a/examples/obsidian-ignis/docker-compose.yml +++ b/examples/obsidian-ignis/docker-compose.yml @@ -33,7 +33,7 @@ services: user: "1000:1000" entrypoint: ["git-sync"] command: - - "--repo=${GITSYNC_REPO:?please define the repo to sync}" + - "--repo=${GITSYNC_REPO:-https://github.com/example/example.git}" - "--root=/vaults/.git-sync" - "--link=/vaults/current" - "--period=${GITSYNC_PERIOD:-30s}"