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,6 +3,9 @@ services:
image: owncloud/server:latest
container_name: owncloud_server
restart: always
dns:
- ?localip?
- 86.54.11.13
networks:
- dockge_default
depends_on:
@@ -18,7 +21,7 @@ services:
OWNCLOUD_DB_HOST: owncloud_db
OWNCLOUD_ADMIN_USERNAME: administrator
OWNCLOUD_ADMIN_PASSWORD: ?adminpass?
OWNCLOUD_ADMIN_EMAIL: ?adminemail?
OWNCLOUD_ADMIN_MAIL: ?adminemail?
OWNCLOUD_MYSQL_UTF8MB4: true
OWNCLOUD_REDIS_ENABLED: true
OWNCLOUD_REDIS_HOST: owncloud_redis