Files
opencloud-compose/external-proxy/euroffice-exposed.yml

12 lines
309 B
YAML

---
# only expose the ports when you know what you are doing!
services:
collaboration-eo:
ports:
# expose the euro-office wopi server on all interfaces
- "0.0.0.0:9302:9300"
euro-office:
ports:
# expose the euro-office document server on all interfaces
- "0.0.0.0:9900:80"