From 80c2dc8c8eb19758aa0cdcd95096d6b401b86504 Mon Sep 17 00:00:00 2001 From: akop Date: Wed, 9 Sep 2020 11:44:40 +0200 Subject: [PATCH] update docs Signed-off-by: akop --- 19.0/fpm-alpine/entrypoint.sh | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/19.0/fpm-alpine/entrypoint.sh b/19.0/fpm-alpine/entrypoint.sh index 29245d46..5669ff40 100755 --- a/19.0/fpm-alpine/entrypoint.sh +++ b/19.0/fpm-alpine/entrypoint.sh @@ -187,6 +187,7 @@ fi if [ "${START_CRON}" = "true" ]; then + echo "Starting CRON." sh /cron.sh & fi diff --git a/README.md b/README.md index b288a983..aff8407f 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ __PostgreSQL__: - `POSTGRES_PASSWORD` Password for the database user using postgres. - `POSTGRES_HOST` Hostname of the database server using postgres. +__CRON__: +If you want to use the built-in cron-service, then just the following variable: +* `START_CRON` to `true` + + If you set any values, they will not be asked in the install page on first run. With a complete configuration by using all variables for your database type, you can additionally configure your Nextcloud instance by setting admin user and password (only works if you set both): - `NEXTCLOUD_ADMIN_USER` Name of the Nextcloud admin user.