From 681a60414343510921d9c1282042f8d2f18d5b04 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 59b811f..434e91d 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: