[example/docker-compose.yaml] Swapped env vars for consistency
This commit is contained in:
parent
d093524864
commit
9e23a0fd22
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user