Skip to content

Commit

Permalink
fix: typo in the docker README.md (#4402)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Oct 16, 2023
1 parent 783d300 commit 98a595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98a595c

Please sign in to comment.