From a394a878a899161529c08900e42b8b84d9e94036 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 11 Jan 2019 21:26:43 -0500 Subject: [PATCH] Disabled Cron for now --- templates/Nextcloud/0/README.md | 3 +- templates/Nextcloud/0/docker-compose.yml | 38 ++++++++++++------------ 2 files changed, 21 insertions(+), 20 deletions(-) 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 <