Skip to content

Commit aad583e

Browse files
committed
fix: correct host field in AppAPI docs
1 parent a972fb3 commit aad583e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/services/app_api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker compose up -d appapi-dsp
1414

1515
After the DSP container is running, configure the Deploy daemon in AppAPI admin settings with the following parameters:
1616

17-
- **Host**: `http://nextcloud-appapi-dsp-http:2375`
17+
- **Host**: `nextcloud-appapi-dsp-http:2375`
1818
- **Nextcloud URL**: `http://nextcloud.local` (locally always use http)
1919
- **Enable https**: `false`
2020
- **Network**: `master_default` (the network of nextcloud-docker-dev docker-compose, by default it is `master_default`)
@@ -47,7 +47,7 @@ docker compose up -d appapi-dsp-https
4747

4848
After the DSP container is running and the certificate is imported in Nextcloud, configure the Deploy daemon in AppAPI admin settings with the following parameters:
4949

50-
- **Host**: `https://<nextcloud-appapi-dsp-https or BIND_ADDRESS IP>:2375` (use host depending on your setup)
50+
- **Host**: `<nextcloud-appapi-dsp-https or BIND_ADDRESS IP>:2375` (use host depending on your setup)
5151
- **Nextcloud URL**: `http://nextcloud.local` (locally always use http)
5252
- **Enable https**: `true`
5353
- **Network**: `host` (with https enabled, the network is forced to `host`)

0 commit comments

Comments
 (0)