git-repo-updater/README.md
2023-09-21 23:10:31 -06:00

5 lines
235 B
Markdown

**Basic Docker Run Command**:
```
docker run -e REPO_URL='https://your.git.repo.url' -e COPY_DIR='/your/copy/dir' -e NTFY_URL='https://your.ntfy.url' -e GIT_USERNAME='your_username' -e GIT_PASSWORD='your_password' git_repo_updater
```