File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22services :
33 collaboration :
44 ports :
5- # expose the wopi server
6- - " 9300:9300"
5+ # expose the wopi server on localhost
6+ - " 127.0.0.1: 9300:9300"
77 collabora :
88 ports :
9- # expose the collabora server
10- - " 9980:9980"
9+ # expose the collabora server on localhost
10+ - " 127.0.0.1: 9980:9980"
Original file line number Diff line number Diff line change 22services :
33 keycloak :
44 ports :
5- - " 9000:9000"
6- - " 8080:8080"
5+ # expose the keycloak server on localhost
6+ - " 127.0.0.1:9000:9000"
7+ - " 127.0.0.1:8080:8080"
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ services:
55 # bind to all interfaces
66 PROXY_HTTP_ADDR : " 0.0.0.0:9200"
77 ports :
8- # expose the opencloud server
9- - " 9200:9200"
8+ # expose the opencloud server on localhost
9+ - " 127.0.0.1: 9200:9200"
You can’t perform that action at this time.
0 commit comments