Solve nextcloud client not connecting on android

This commit is contained in:
criz 2025-10-05 08:19:49 +02:00
parent a751ea5513
commit 15ec451d7b

View file

@ -20,9 +20,14 @@ services:
- PHP_MEMORY_LIMIT=4G - PHP_MEMORY_LIMIT=4G
- PHP_UPLOAD_LIMIT=64G - PHP_UPLOAD_LIMIT=64G
- APACHE_BODY_LIMIT=0 - APACHE_BODY_LIMIT=0
- TRUSTED_PROXIES=100.65.19.39
- OVERWRITEPROTOCOL=https
- OVERWRITEHOST=cloud.rufous-trench.ts.net
labels: labels:
tsdproxy.enable: "true" tsdproxy.enable: "true"
tsdproxy.name: "cloud" tsdproxy.name: "cloud"
tsdproxy.ephemeral: "false"
redis: redis:
image: redis:alpine image: redis:alpine