From 9edd18e49ba25f6ee656f58f1630f8f52ffe4a36 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 28 Sep 2017 21:54:18 +0100 Subject: [PATCH] Add title for TCP section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9489d0..68347b2 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ docker run \ If there's an SSL certificate/key (`electrumx.crt`/`electrumx.key`) in the `/data` volume it'll be used. If not, one will be generated for you. +### TCP Port + By default only the SSL port is exposed. You can expose the unencrypted TCP port with `-p 50001:50001`, although this is strongly discouraged. ## License