fixed onlyoffice integration with owncloud not working on internal domains.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user