-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed as not planned
Closed as not planned
Copy link
Labels
integration: officeIntegration with Office/Collabora/CODE/OnlyOffice/etcIntegration with Office/Collabora/CODE/OnlyOffice/etcintegration: proxyIntegrating with a reverse proxyIntegrating with a reverse proxyquestion
Description
I am using Docker behind nginx proxy manager and everything works fine. I installed Collabora Online - Built-in CODE Server and Nextcloud office and that also seems fine. But opening an document does not work, it keeps spinning.
version: '2'
volumes:
nextcloud:
db:
services:
db:
image: mariadb:10.5
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
- /srv/nextcloud/db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=X
- MYSQL_PASSWORD=X
- MYSQL_DATABASE=X
- MYSQL_USER=X
app:
image: nextcloud
restart: always
ports:
- 8080:80
links:
- db
volumes:
- /srv/nextcloud/nextcloud/:/var/www/html
environment:
- MYSQL_PASSWORD=X
- MYSQL_DATABASE=X
- MYSQL_USER=X
- MYSQL_HOST=db
- PHP_MEMORY_LIMIT=4096M
- PHP_UPLOAD_LIMIT=4096M
both on desktop and mobile
Any idea's?
tribut
Metadata
Metadata
Assignees
Labels
integration: officeIntegration with Office/Collabora/CODE/OnlyOffice/etcIntegration with Office/Collabora/CODE/OnlyOffice/etcintegration: proxyIntegrating with a reverse proxyIntegrating with a reverse proxyquestion

