First commit
This commit is contained in:
11
opencloud-compose/external-proxy/collabora-exposed.yml
Normal file
11
opencloud-compose/external-proxy/collabora-exposed.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# only expose the ports when you know what you are doing!
|
||||
services:
|
||||
collaboration:
|
||||
ports:
|
||||
# expose the wopi server on all interfaces
|
||||
- "0.0.0.0:9300:9300"
|
||||
collabora:
|
||||
ports:
|
||||
# expose the collabora server on all interfaces
|
||||
- "0.0.0.0:9980:9980"
|
||||
Reference in New Issue
Block a user