From 0205b40bd2e51840f09ba05077fb08c3ac8b959d Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sat, 6 Mar 2021 22:14:40 +0100 Subject: [PATCH] Update docker-compose.yml By default, map the starman port to localhost. --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 084d478..1389f45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,14 +32,14 @@ services: networks: - internal - default - # Uncomment the 'ports' section to map the LedgerSMB container port (5762) + # Comment the 'ports' section to disable mapping 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" + ports: + - "5762:5762" environment: # The LSMB_WORKERS environment variable lets you select the number # of processes serving HTTP requests. The default number of 2 workers