Skip to content

Commit c622495

Browse files
committed
use plum-webapp service name in agent connectivity docs
1 parent 75d6177 commit c622495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ docker network create plum_net
142142

143143
This is already declared as an external network in Plum-Island's `docker-compose.yml`. The `webapp` service joins it automatically when the stack starts. Only `webapp` is exposed on `plum_net`; `kvrocks` and `meilisearch` remain on the internal stack network.
144144

145-
**In the Plum-Agent stack**, set the Island URL to the `webapp` service name:
145+
**In the Plum-Agent stack**, set the Island URL to the `plum-webapp` service name:
146146

147147
```bash
148-
PLUM_ISLAND=http://webapp:5000
148+
PLUM_ISLAND=http://plum-webapp:5000
149149
```
150150

151151
Start both stacks (order does not matter):

0 commit comments

Comments
 (0)