File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,17 @@ You should set `BIND_ADDRESS` to the IP on which server with ExApps can accept r
8181
8282* ` EX_APPS_COUNT ` : determines amount of ports HaProxy will open to proxy requests to ExApps. Default:` 50 `
8383
84+ ### Example when operated on a different host
85+
86+ when the docker-socket-proxy is installed on a different host than Nextcloud, the following settings can be used with the TLS configuration.
87+ Ensure that the firewall is opened for the ports 2375, 23000-230xx (see ` EX_APPS_COUNT ` )
88+
89+ ` -e BIND_ADDRESS="xxx.xxx.xxx.xx" ` this needs to be the public ip of the host
90+
91+ ` -e EX_APPS_NET="[email protected] " ` required for the HaProxy to reach the sub containers
92+
93+ ` --net: host `
94+
8495## Development
8596
8697### HTTP(local)
You can’t perform that action at this time.
0 commit comments