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}"