mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
add collabora exposed
This commit is contained in:
11
external-proxy/collabora-exposed.yml
Normal file
11
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 localhost
|
||||
- "0.0.0.0:9300:9300"
|
||||
collabora:
|
||||
ports:
|
||||
# expose the collabora server on localhost
|
||||
- "0.0.0.0:9980:9980"
|
||||
Reference in New Issue
Block a user