mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-04-26 17:47:10 -04:00
Map the LedgerSMB port (5762) explicitly to local loopback (only)
This commit is contained in:
parent
966c1fd043
commit
ffb7ff1a09
@ -32,14 +32,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- default
|
- default
|
||||||
# Uncomment the 'ports' section to map the LedgerSMB container port (5762)
|
ports:
|
||||||
# to the host's port of the same number, thus making LedgerSMB
|
- "127.0.0.1:5762:5762"
|
||||||
# available on http://<host-dns-or-ip>: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:
|
environment:
|
||||||
# The LSMB_WORKERS environment variable lets you select the number
|
# The LSMB_WORKERS environment variable lets you select the number
|
||||||
# of processes serving HTTP requests. The default number of 2 workers
|
# of processes serving HTTP requests. The default number of 2 workers
|
||||||
|
Loading…
Reference in New Issue
Block a user