Closed aronmgv closed 4 years ago
@MacGyver27
After cronjob is executed UI will reset all sahres links and when still on the page it will error file not found and returns you to the homepage.
I cannot reproduce your issue with the provided examples. I have also updated the Traefik example with Traefik v2 if you want to try it. Also your issue seems more related to Nextcloud itself than to this image. I suggest you open an issue on the official repo.
I have traefik2 as well as a separate service.. Will try to test it later again. Actually what is the purpose of that cronjob ? I see it in Nextcloud as well - complaining if it didnt run for some time.. thx.
@MacGyver27
complaining if it didnt run for some time.. thx.
You should change - "CRON_PERIOD=*/15 * * * *"
to - "CRON_PERIOD=*/5 * * * *"
. I will update the examples.
Behaviour
After cronjob is executed UI will reset all sahres links and when still on the page it will error
file not found
and returns you to the homepage.Steps to reproduce this issue
File not foud
Configuration
docker --version
) : Docker version 19.03.12, build 48a66213fedocker-compose --version
) : docker-compose version 1.26.2, build eefe0d31uname -a
) : Linux caradhras 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linuxdocker-compose.yml
,.env
, ...docker-compose.yml:
nextcloud.env:
Thank you, Michal