fix: bind ports on localhost for external proxy

This commit is contained in:
Michael Barz
2025-11-20 10:35:37 +01:00
parent 5873484022
commit 6a5950da36
3 changed files with 9 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
services:
collaboration:
ports:
# expose the wopi server
- "9300:9300"
# expose the wopi server on localhost
- "127.0.0.1:9300:9300"
collabora:
ports:
# expose the collabora server
- "9980:9980"
# expose the collabora server on localhost
- "127.0.0.1:9980:9980"