mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
Update README.md
This commit is contained in:
parent
02cfdd5e0a
commit
d85d17067d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user