From dc4c2cf97a71ab4802cbe47ef4fa30e0612e3b18 Mon Sep 17 00:00:00 2001 From: brush Date: Wed, 6 Dec 2023 11:52:07 -0800 Subject: [PATCH] Improve clarity of comments re: security of port mapping --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5dfc90c..f2c4b08 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,11 +44,11 @@ services: - internal - default # Comment the 'ports' section to disable mapping the LedgerSMB container port (5762) - # to the host's port of the same number, thus making LedgerSMB + # to the host's port of the same number. Mapping "5762:5762" makes LedgerSMB # available on http://:5762/ - # SECURITY NOTE: Do this for evaluation purposes only! - # In production, be sure to use SSL/TLS to protect user's passwords - # and other sensitive data + # SECURITY NOTE: Leave this uncommented for evaluation purposes only! + # In production, be sure to use SSL/TLS (such as by reverse proxying) to protect + # user's passwords and other sensitive data ports: - "5762:5762" environment: