From 80701de5f70740bbe1a36d70211077f5be02f974 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 12 Oct 2016 13:56:37 +0200 Subject: [PATCH] nextcloud: update readme --- nextcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index bc1799d..efac435 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -42,7 +42,7 @@ Other tags than `daily` are built weekly. For security reasons, you should occas - **APC_SHM_SIZE** : apc memory size *(default : 128M)* - **OPCACHE_MEM_SIZE** : opcache memory size in megabytes *(default : 128)* - **CRON_PERIOD** : time interval between two cron tasks *(default : 15m)* -- **TZ** : The log timezone *(default : Europe/Berlin)* +- **TZ** : The system/log timezone *(default : Etc/UTC)* - **ADMIN_USER** : Username of the administrator user *(default : admin)* - **ADMIN_PASSWORD** : Password of the administrator user *(default : admin)* - **DB_TYPE** : Database type (sqlite3, mysql or pgsql) *(default : sqlite3)*