nextcloud: add UPLOAD_MAX_SIZE variable

This commit is contained in:
Wonderfall
2016-09-19 12:59:09 +02:00
parent e0c144d7cb
commit d2969c59ea
13 changed files with 22 additions and 12 deletions

View File

@ -28,6 +28,7 @@
#### Environment variables
- **UID** : nextcloud user id *(default : 991)*
- **GID** : nextcloud group id *(default : 991)*
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10G)*
#### Port
- **8888** (recently changed, nginx now runs without root)