We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb949b1 commit 53a7e6cCopy full SHA for 53a7e6c
1 file changed
README.md
@@ -81,6 +81,17 @@ You should set `BIND_ADDRESS` to the IP on which server with ExApps can accept r
81
82
* `EX_APPS_COUNT`: determines amount of ports HaProxy will open to proxy requests to ExApps. Default:`50`
83
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="ipv4@127.0.0.1"` required for the HaProxy to reach the sub containers
92
93
+`--net: host`
94
95
## Development
96
97
### HTTP(local)
0 commit comments