From 6c5396fd2c471d62218b8b705a01a5b1d7a791a0 Mon Sep 17 00:00:00 2001 From: andreaskern Date: Mon, 1 Mar 2021 14:45:21 +0100 Subject: [PATCH] Update Docker_setup.md - fix network map the ascii art of the network did not render correctly because some rows were rendered as separator lines. I wrapped the graphic into preformated text quotes --- doc/DOCKER_setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DOCKER_setup.md b/doc/DOCKER_setup.md index b90a4a2..c230c06 100644 --- a/doc/DOCKER_setup.md +++ b/doc/DOCKER_setup.md @@ -26,7 +26,7 @@ MyDojo is a set of Docker containers providing a full Samourai backend composed ## Architecture ## - +``` ------------------ -------------------- --------------- ----------------------- | Mobile Wallets | | Bitcoin full nodes | | Whirlpool GUI | | Whirlpool Coordinator | ------------------ -------------------- --------------- ----------------------- @@ -62,7 +62,7 @@ MyDojo is a set of Docker containers providing a full Samourai backend composed | whirlnet | dojonet | |_________________|______________________________________________________________| Host machine - +```