diff --git a/README.md b/README.md index 6a172ac..46bab11 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You may have to use multiple containers, such as Maria or postgres for db. Directories ending with _dev contain projects that are still under development or experimental. These are not yet considered production-ready. -Directories ending with _notes contain projects that usually don’t require a full Docker Compose file. They may include notes, example commands, or minimal Compose files just to illustrate setup. For example, the ollama project has a docker-compose.yml showing CPU vs GPU usage. +Directories ending with _notes contain projects that usually don’t require a full Docker Compose file. They may include notes, example commands, or minimal Compose files just to illustrate setup. For example, the handbrake project has a compose-cpu.yaml and a compose-gpu.yaml. ## Test a container diff --git a/gatus/sample.env b/gatus/sample.env index 29f775f..c46424a 100644 --- a/gatus/sample.env +++ b/gatus/sample.env @@ -5,6 +5,4 @@ CONFIG_PATH=/data/config.yml VOL_PATH=/data GATUS_RESTART=unless-stopped GATUS_PORT=8080 -GATUS_IMAGE=ghcr.io/twin/gatus:stable -#or dockerhub -#GATUS_IMAGE=twinproduction/gatus:latest \ No newline at end of file +GATUS_IMAGE=twinproduction/gatus:latest \ No newline at end of file