diff --git a/example/docker-compose.yaml b/example/docker-compose.yaml index abf3130..5024acc 100644 --- a/example/docker-compose.yaml +++ b/example/docker-compose.yaml @@ -6,5 +6,5 @@ services: environment: PULL_LOCATION: "/to-pull" # the folder with the git repo to pull PULL_INTERVAL: 10 # time in seconds between pulls (minimum is 5) - GIT_OUTPUT: "0" # if this is 0, the git command's stdout will not be shown in 'docker logs' PULLER_UID: "1000" # the uid of the user that executes the 'git pull' command in the container (if set to 0, root will do it!) + GIT_OUTPUT: "0" # if this is 0, the git command's stdout will not be shown in 'docker logs'