mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-07-01 19:10:31 +02:00
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
entrypoint: ["git-sync"]
|
entrypoint: ["git-sync"]
|
||||||
command:
|
command:
|
||||||
- "--repo=${GITSYNC_REPO:?please define the repo to sync}"
|
- "--repo=${GITSYNC_REPO:-https://github.com/example/example.git}"
|
||||||
- "--root=/vaults/.git-sync"
|
- "--root=/vaults/.git-sync"
|
||||||
- "--link=/vaults/current"
|
- "--link=/vaults/current"
|
||||||
- "--period=${GITSYNC_PERIOD:-30s}"
|
- "--period=${GITSYNC_PERIOD:-30s}"
|
||||||
|
|||||||
Reference in New Issue
Block a user