Skip to content

Commit 05473ce

Browse files
authored
Merge pull request #584 from openmina/main
Merge `main` into `develop`
2 parents 62d84d7 + 7435d56 commit 05473ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ See the detailed [guide](docs/producer-demo.md).
4343
Run:
4444

4545
```
46-
docker compose up
46+
docker compose up --pull always
4747
```
4848

4949
Then visit http://localhost:8070 in your browser.

docs/producer-demo.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This demo showcases the block production capabilities of OpenMina nodes within a private network. It launches three OpenMina nodes on your local machine, operating in a private network environment. For the purpose of this demonstration, block proofs are disabled. This setup allows you to observe block production immediately, without the need to wait for your account to be included in the staking ledger on testnets.
44

5+
## Known issues
6+
7+
The nodes in the demo can sometimes become unresponsive, especially immediately after startup. If the frontend is unable to contact the nodes a few minutes after launching the Docker Compose setup, restart the setup and try again.
8+
59
## Table of Contents
610
1. [Prerequisites](#prerequisites)
711
- [Docker Installation on Debian-based Linux](#docker-installation-on-debian-based-linux)
@@ -90,7 +94,7 @@ Once pre-requisites for your OS have been completed, follow these steps (they ar
9094

9195
3. **Run the following command to start the demo:**
9296
```sh
93-
docker compose -f docker-compose.local.producers.yml up
97+
docker compose -f docker-compose.local.producers.yml up --pull always
9498
```
9599

96100
4. **Open you browser and visit http://localhost:8070**

0 commit comments

Comments
 (0)