mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Update README.md
This commit is contained in:
parent
02cfdd5e0a
commit
d85d17067d
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Based on Alpine Linux.
|
- 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.
|
- Automatic installation using environment variables.
|
||||||
- Package integrity (SHA512) and authenticity (PGP) checked during building process.
|
- Package integrity (SHA512) and authenticity (PGP) checked during building process.
|
||||||
- Data and apps persistence.
|
- Data and apps persistence.
|
||||||
@ -68,6 +68,7 @@ Don't forget to use a **strong password** for the admin account!
|
|||||||
- **/config** : config.php location.
|
- **/config** : config.php location.
|
||||||
- **/apps2** : Nextcloud downloaded apps.
|
- **/apps2** : Nextcloud downloaded apps.
|
||||||
- **/nextcloud/themes** : Nextcloud themes location.
|
- **/nextcloud/themes** : Nextcloud themes location.
|
||||||
|
- **/php/session** : php session files.
|
||||||
|
|
||||||
### Database
|
### 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.
|
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