From 59be4f4afa28121efcae15334a1ad044b8e5bd3c Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Wed, 23 May 2018 21:40:37 +0200 Subject: [PATCH] * Add documentation of the availability of a 'ports' statement Note that we found in the LedgerSMB Matrix chat channel that users need more straight forward ways to quickly evaluate our proposition which they are able to offer if we skip the TLS requirement Also note that the TLS requirement requires a domain, which some might not have at the stage where the system is only being evaluated. --- docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 986fdba..0820a15 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,6 +29,14 @@ services: networks: - internal - default + # The PORTS section below maps the LedgerSMB container port (5762) + # to the host's port of the same number, thus making 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 + # ports: + # - "5762:5762" # environment: # SSMTP_ROOT: # SSMTP_HOSTNAME: