mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-27 01:47:12 -04:00
Merge pull request #35 from brush/patch-1
Improve clarity of comments re: security of port mapping
This commit is contained in:
commit
f697bb6b50
@ -44,11 +44,11 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
- default
|
- default
|
||||||
# Comment the 'ports' section to disable mapping 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
|
# to the host's port of the same number. Mapping "5762:5762" makes LedgerSMB
|
||||||
# available on http://<host-dns-or-ip>:5762/
|
# available on http://<host-dns-or-ip>:5762/
|
||||||
# SECURITY NOTE: Do this for evaluation purposes only!
|
# SECURITY NOTE: Leave this uncommented for evaluation purposes only!
|
||||||
# In production, be sure to use SSL/TLS to protect user's passwords
|
# In production, be sure to use SSL/TLS (such as by reverse proxying) to protect
|
||||||
# and other sensitive data
|
# user's passwords and other sensitive data
|
||||||
ports:
|
ports:
|
||||||
- "5762:5762"
|
- "5762:5762"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user