Skip to content
Snippets Groups Projects
Commit 90dc34c8 authored by Éloïs's avatar Éloïs
Browse files

doc: update suggested commit

parent 325c6bd8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ corresponds to the first 8 hash characters of the commit. ...@@ -20,7 +20,7 @@ corresponds to the first 8 hash characters of the commit.
Usage: Usage:
```docker ```docker
docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-cc648aaf docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-325c6bd8
``` ```
Then open `https://polkadot.js.org/apps/?rpc=ws%3A%2F%2F127.0.0.1%3A9944` in a browser. Then open `https://polkadot.js.org/apps/?rpc=ws%3A%2F%2F127.0.0.1%3A9944` in a browser.
......
...@@ -3,7 +3,7 @@ version: "3.5" ...@@ -3,7 +3,7 @@ version: "3.5"
services: services:
duniter-v2s: duniter-v2s:
container_name: duniter-v2s container_name: duniter-v2s
image: duniter/duniter-v2s:debug-sha-cc648aaf image: duniter/duniter-v2s:debug-sha-325c6bd8
ports: ports:
# telemetry # telemetry
- "127.0.0.1:9615:9615" - "127.0.0.1:9615:9615"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment