From 98a595ca9138c207995db13c515e575b73e7453c Mon Sep 17 00:00:00 2001 From: guangwu Date: Mon, 16 Oct 2023 13:13:07 +0800 Subject: [PATCH] fix: typo in the docker README.md (#4402) --- packaging/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/docker/README.md b/packaging/docker/README.md index ac828491afe..02005008d41 100644 --- a/packaging/docker/README.md +++ b/packaging/docker/README.md @@ -43,7 +43,7 @@ docker-compose pull && docker-compose up -d ## Running multiple Bee nodes It is easy to run multiple bee nodes with docker compose by adding more services to `docker-compose.yaml` To do so, open `docker-compose.yaml`, copy lines 4-54 and past this after line 54 (whole bee-1 section). -In the copied lines, replace all occurences of `bee-1` with `bee-2` and adjust the `API_ADDR` and `P2P_ADDR` and `DEBUG_API_ADDR` to respectively `1733`, `1734` and `127.0.0.1:1735` +In the copied lines, replace all occurrences of `bee-1` with `bee-2` and adjust the `API_ADDR` and `P2P_ADDR` and `DEBUG_API_ADDR` to respectively `1733`, `1734` and `127.0.0.1:1735` Lastly, add your newly configured services under `volumes` (last lines), such that it looks like: ```yaml volumes: