From 9982185a6b59ef42fe6c7aa8d113a4cfc60688fa Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 26 Dec 2023 17:23:00 -0700 Subject: [PATCH] Update Containers/Docker/Docker Compose/Custom Containers/Git Repo Updater.md --- .../Docker/Docker Compose/Custom Containers/Git Repo Updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/Docker/Docker Compose/Custom Containers/Git Repo Updater.md b/Containers/Docker/Docker Compose/Custom Containers/Git Repo Updater.md index f08fc7d..42ad69d 100644 --- a/Containers/Docker/Docker Compose/Custom Containers/Git Repo Updater.md +++ b/Containers/Docker/Docker Compose/Custom Containers/Git Repo Updater.md @@ -1,4 +1,4 @@ -**Purpose**: Docker container running Ubuntu Minimal 22.04 that automates much of the script mentioned in the [Git Repo Updater](https://docs.cyberstrawberry.net/General%20Scripts/Bash/Git%20Repo%20Updater) document. It offers the additional benefits of checking for updates every 5 seconds instead of every 60 seconds. It also accepts environment variables to provide credentials and notification settings. +**Purpose**: Docker container running Ubuntu Minimal 22.04 that automates much of the script mentioned in the [Git Repo Updater](https://docs.bunny-lab.io/Scripts/Bash/Git%20Repo%20Updater) document. It offers the additional benefits of checking for updates every 5 seconds instead of every 60 seconds. It also accepts environment variables to provide credentials and notification settings. ### Deployment You can find the current up-to-date Gitea repository that includes the `docker-compose.yml` and `.env` files that you need to deploy everything [here](https://git.cyberstrawberry.net/container-registry/-/packages/container/git-repo-updater/latest)