From c39b69e4bb234d1dc6fc444931b76cbf64608598 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 7 Jan 2024 16:42:40 -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 42ad69d..3a573a5 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.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. +**Purpose**: Docker container running Alpine Linux that automates and improves upon 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, and can have an infinite number of monitored repositories. ### 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)