fixed onlyoffice integration with owncloud not working on internal domains.

This commit is contained in:
2026-03-10 04:18:53 +01:00
parent eb8c1f8609
commit cac8379aa7
3 changed files with 14 additions and 3 deletions

View File

@@ -3,15 +3,19 @@ services:
stdin_open: true
tty: true
restart: always
ports:
- 5678:80
networks:
- dockge_default
image: onlyoffice/documentserver
dns:
- 1.1.1.1
- 8.8.8.8
- ?localip?
- 86.54.11.13
environment:
JWT_SECRET: ?onlyofficeJWT?
JWT_IN_BODY: true
ADMINPANEL_ENABLED: true
DOCSERV_IP_ALLOWED: ?localip?
networks:
dockge_default:
external: true