From 9d7a3354dd5fb8d1539bf153e58fdcc6625d53ac Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Tue, 18 Jan 2022 13:59:55 +0100
Subject: [PATCH] doc: update debug image usage

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6427ce709..9958a255b 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,14 @@ For the moment, duniter-v2s does not have a first release yet.
 At each commit on master, an image with the tag `debug-sha-********` is published, where `********`
 corresponds to the first 8 hash characters of the commit.
 
-Usage example:
+Usage:
 
 ```docker
-docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-9bc16904 --dev --ws-external
+docker run -it -p9944:9944 --name duniter-v2s duniter/duniter-v2s:debug-sha-cc648aaf
 ```
 
+Then open `https://polkadot.js.org/apps/?rpc=ws%3A%2F%2F127.0.0.1%3A9944` in a browser.
+
 ### Docker compose
 
 This repository contains a docker-compose file at the root of the repository, it is configured to
-- 
GitLab