diff --git a/templates/Nextcloud/0/README.md b/templates/Nextcloud/0/README.md index bb093a4..6a42d1f 100644 --- a/templates/Nextcloud/0/README.md +++ b/templates/Nextcloud/0/README.md @@ -10,4 +10,5 @@ ## To-Do's -* Explain how to manually setup Redis \ No newline at end of file +* Explain how to manually setup Redis +* Fix Cron container, does not yet properly execute yet \ No newline at end of file diff --git a/templates/Nextcloud/0/docker-compose.yml b/templates/Nextcloud/0/docker-compose.yml index 184e7db..07d1043 100644 --- a/templates/Nextcloud/0/docker-compose.yml +++ b/templates/Nextcloud/0/docker-compose.yml @@ -1,24 +1,24 @@ version: '2' services: - cron: - image: nextcloud:apache - dns: # Using Cloudflare DNS - - 1.1.1.1 - - 1.0.0.1 - entrypoint: | # www-data uid: 82 - sh -c 'sh -s <