0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

update docs

Signed-off-by: akop <akop@ppi.de>
This commit is contained in:
akop 2020-09-09 11:44:40 +02:00
parent bc550eed2e
commit 80c2dc8c8e
2 changed files with 6 additions and 0 deletions

View file

@ -187,6 +187,7 @@ fi
if [ "${START_CRON}" = "true" ]; then
echo "Starting CRON."
sh /cron.sh &
fi

View file

@ -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.