Add port override to docker compose files
This commit is contained in:
parent
92c6c67d4d
commit
3f4ce4b436
|
|
@ -50,6 +50,8 @@ services:
|
|||
- FDPROXY_CLIENTINFO=1
|
||||
#Debug HBP session in log (lots of data!!)
|
||||
- FDPROXY_DEBUG=0
|
||||
#Override proxy external port
|
||||
#- FDPROXY_LISTENPORT=62031
|
||||
read_only: "true"
|
||||
|
||||
ipv6nat:
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ services:
|
|||
- FDPROXY_CLIENTINFO=1
|
||||
#Debug HBP session in log (lots of data!!)
|
||||
- FDPROXY_DEBUG=0
|
||||
#Override proxy external port
|
||||
#- FDPROXY_LISTENPORT=62031
|
||||
read_only: "true"
|
||||
|
||||
freedmrmon:
|
||||
|
|
|
|||
Loading…
Reference in New Issue