Skip to content

Commit 53a7e6c

Browse files
authored
Update README.md (#31)
Add notes on external host operation
1 parent eb949b1 commit 53a7e6c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)