From cb07f6321984f3fda8da4b8867cadb54bca835f1 Mon Sep 17 00:00:00 2001 From: Alex <22611767+alex-vg@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:21:48 +0100 Subject: [PATCH] Correct misleading description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a128a5d..662d878 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ You also need to add a label `shepherd.auth.config` to the container to be updat - shepherd.auth.config=blog ``` -You can enable connection to insecure private registry by setting the `WITH_INSECURE_REGISTRY` variable. +You can enable connection to insecure private registry by setting the `WITH_INSECURE_REGISTRY` variable to `true`. -You can force image deployment whatever the architecture by setting the `WITH_NO_RESOLVE_IMAGE` variable. +You can prevent pulling images from the registry by setting the `WITH_NO_RESOLVE_IMAGE` variable to `true`. You can enable notifications on service update with apprise, using the [apprise microservice](https://github.com/djmaze/apprise-microservice) and the `APPRISE_SIDECAR_URL` variable. See the file [docker-compose.apprise.yml](examples/docker-compose.apprise.yml) for an example.