Skip to content

Commit 6299a29

Browse files
committed
chore: update image links after repo transfer
Signed-off-by: Andrey Borysenko <[email protected]>
1 parent f121224 commit 6299a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We highly recommend to use it **in all cases**, except for **Nextcloud AIO**, in
2727
docker run -e NC_HAPROXY_PASSWORD="some_secure_password" \
2828
-v /var/run/docker.sock:/var/run/docker.sock \
2929
--name nextcloud-appapi-dsp -h nextcloud-appapi-dsp \
30-
--restart unless-stopped --privileged -d ghcr.io/cloud-py-api/nextcloud-appapi-dsp:release
30+
--restart unless-stopped --privileged -d ghcr.io/nextcloud/nextcloud-appapi-dsp:release
3131
```
3232

3333
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" \
4545
-v /var/run/docker.sock:/var/run/docker.sock \
4646
-v `pwd`/certs/cert.pem:/certs/cert.pem \
4747
--name nextcloud-appapi-dsp -h nextcloud-appapi-dsp --net host \
48-
--restart unless-stopped --privileged -d ghcr.io/cloud-py-api/nextcloud-appapi-dsp:release
48+
--restart unless-stopped --privileged -d ghcr.io/nextcloud/nextcloud-appapi-dsp:release
4949
```
5050

5151
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.

0 commit comments

Comments
 (0)