diff --git a/README.md b/README.md index 7e7cdc1..d1c7623 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# Nextcloud Docker image with cron -This is taken straight from the official repository here: +# Nextcloud Docker image + +I've made two changes to the base image: +1. Added cron to process chores. See: https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/apache +2. Added `imagemagick` to better support SVGs. + +Only commits with tags trigger a rebuild.