|
24 | 24 | - GNU Libiconv for php iconv extension (avoiding errors with some apps).
|
25 | 25 | - No root processes. Never.
|
26 | 26 | - Environment variables provided (see below).
|
| 27 | +- Optional use of S3 bucket for primary storage (see below for config). |
27 | 28 |
|
28 | 29 | ### Tags
|
29 | 30 | - **latest** : latest stable version. (12.0)
|
@@ -58,7 +59,11 @@ Other tags than `daily` are built weekly. For security reasons, you should occas
|
58 | 59 | - **DB_USER** : username for database *(default : none)*
|
59 | 60 | - **DB_PASSWORD** : password for database user *(default : none)*
|
60 | 61 | - **DB_HOST** : database host *(default : none)*
|
61 |
| - |
| 62 | +- **DATASTORE_BUCKET** : S3 bucket to use for primary storage *(default : none)* |
| 63 | +- **DATASTORE_KEY** : S3 Key for about bucket *(default : none)* |
| 64 | +- **DATASTORE_SECRET** : S3 secret for about bucket *(default : none)* |
| 65 | +- **DATASTORE_HOST** : S3 host for above bucket *(default : none)* |
| 66 | +- **DATASTORE_PORT** : S3 port for above bucket *(default : 443)* |
62 | 67 | Don't forget to use a **strong password** for the admin account!
|
63 | 68 |
|
64 | 69 | ### Port
|
@@ -86,7 +91,7 @@ docker run -d --name db_nextcloud \
|
86 | 91 | -e MYSQL_DATABASE=nextcloud -e MYSQL_USER=nextcloud \
|
87 | 92 | -e MYSQL_PASSWORD=supersecretpassword \
|
88 | 93 | mariadb:10
|
89 |
| - |
| 94 | +
|
90 | 95 | docker run -d --name nextcloud \
|
91 | 96 | --link db_nextcloud:db_nextcloud \
|
92 | 97 | -v /mnt/nextcloud/data:/data \
|
@@ -170,7 +175,7 @@ nextcloud-db:
|
170 | 175 | - MYSQL_DATABASE=nextcloud
|
171 | 176 | - MYSQL_USER=nextcloud
|
172 | 177 | - MYSQL_PASSWORD=supersecretpassword
|
173 |
| - |
| 178 | +
|
174 | 179 | # If using Nextant
|
175 | 180 | solr:
|
176 | 181 | image: solr:6-alpine
|
|
0 commit comments