Commit acbd0e2e authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

set bee image to beta and adjust README (#1468)

parent 1bf70a81
......@@ -35,6 +35,11 @@ From logs find URL line with `on goerli you can get both goerli eth and goerli b
docker-compose logs -f bee-1
```
Update services with
```
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 3-58 and past this after line 58.
......
......@@ -11,7 +11,7 @@ services:
command: full
bee-1:
image: ethersphere/bee:0.5.3
image: ethersphere/bee:beta
restart: unless-stopped
environment:
- BEE_API_ADDR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment