From 6299a29d7b4e5168554573d49861cbe13cc483b8 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Mon, 14 Oct 2024 14:47:38 +0300 Subject: [PATCH] chore: update image links after repo transfer Signed-off-by: Andrey Borysenko --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cb4321..dfab808 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ We highly recommend to use it **in all cases**, except for **Nextcloud AIO**, in docker run -e NC_HAPROXY_PASSWORD="some_secure_password" \ -v /var/run/docker.sock:/var/run/docker.sock \ --name nextcloud-appapi-dsp -h nextcloud-appapi-dsp \ - --restart unless-stopped --privileged -d ghcr.io/cloud-py-api/nextcloud-appapi-dsp:release + --restart unless-stopped --privileged -d ghcr.io/nextcloud/nextcloud-appapi-dsp:release ``` Instead of `some_secure_password` you put your password that later you should provide to AppAPI during Daemon creation. @@ -45,7 +45,7 @@ docker run -e NC_HAPROXY_PASSWORD="some_secure_password" \ -v /var/run/docker.sock:/var/run/docker.sock \ -v `pwd`/certs/cert.pem:/certs/cert.pem \ --name nextcloud-appapi-dsp -h nextcloud-appapi-dsp --net host \ - --restart unless-stopped --privileged -d ghcr.io/cloud-py-api/nextcloud-appapi-dsp:release + --restart unless-stopped --privileged -d ghcr.io/nextcloud/nextcloud-appapi-dsp:release ``` Here in addition we map certificate file from host with SSL certificate that will be used by HaProxy and specify to use the `host` network.