From d85d17067d8f808a0ca710afcfb754b2d926c71a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 29 Apr 2017 01:28:44 +0200 Subject: [PATCH] Update README.md --- nextcloud/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index f51d200..0cb0e08 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -13,7 +13,7 @@ ### Features - Based on Alpine Linux. -- Bundled with nginx and PHP 7. +- Bundled with nginx and PHP 7.1 (wonderfall/nginx-php image). - Automatic installation using environment variables. - Package integrity (SHA512) and authenticity (PGP) checked during building process. - Data and apps persistence. @@ -68,6 +68,7 @@ Don't forget to use a **strong password** for the admin account! - **/config** : config.php location. - **/apps2** : Nextcloud downloaded apps. - **/nextcloud/themes** : Nextcloud themes location. +- **/php/session** : php session files. ### Database Basically, you can use a database instance running on the host or any other machine. An easier solution is to use an external database container. I suggest you to use MariaDB, which is a reliable database server. You can use the official `mariadb` image available on Docker Hub to create a database container, which must be linked to the Nextcloud container. PostgreSQL can also be used as well.