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

doc: update docker tag

parent c5827302
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.
Usage:
```docker
docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-c305faab
docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-c5827302
```
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"
services:
duniter-v2s:
container_name: duniter-v2s
image: duniter/duniter-v2s:debug-sha-325c6bd8
image: duniter/duniter-v2s:debug-sha-c5827302
ports:
# telemetry
- "127.0.0.1:9615:9615"
......
......@@ -11,7 +11,7 @@ services:
POSTGRES_PASSWORD: postgres
duniter-1:
image: duniter/duniter-v2s:debug-sha-775e4c88
image: duniter/duniter-v2s:debug-sha-c5827302
restart: unless-stopped
ports:
- "9944:9944"
......
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