[example/docker-compose.yaml] Swapped env vars for consistency

This commit is contained in:
BlueFox 2024-09-22 17:42:29 +00:00
parent d093524864
commit 9e23a0fd22

View File

@ -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'