From 5e97c835b0ecc5bae1584458237de9e5e84b5031 Mon Sep 17 00:00:00 2001 From: sethsimmons Date: Fri, 15 Jan 2021 19:03:29 -0500 Subject: [PATCH] Fix README.md syntax. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6a825d..7a3e4d8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/ monerod Docker w/ public RPC (pruned): ``` sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/monero sethsimmons/simple-monerod:latest --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --public-node --no-igd --no-zmq --enable-dns-blocklist --prune-blockchain +``` + # Shoutout The base for the Dockerfile was pulled from: