diff options
author | Jan Koppe <post@jankoppe.de> | 2016-07-14 12:13:41 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-14 12:19:53 +0200 |
commit | 449302a0ac3c9f5127d098927939cf14da3eaa92 (patch) | |
tree | 04d505b122fcdcac5632276f3b0e2b6d8863fcec | |
parent | 5d98d558c6a7fae8111f90552c9fb86a246b9d91 (diff) |
Doc: Fixed wrong paths, typo
-rw-r--r-- | docker/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/README.md b/docker/README.md index 560a9544b..32a812cda 100644 --- a/docker/README.md +++ b/docker/README.md @@ -11,14 +11,14 @@ The PHP webserver is listening on ```8080``` ## Volumes -- **Uploaded Data:** uploaded files are saved to ```/var/lib/filebin/data/uploads``` -- **Advanced Configuration:** the configuration is located at ```/var/lib/filebin/application/config``` +- **Uploaded Data:** uploaded files are saved to ```/var/lib/filebin/filebin/data/uploads``` +- **Advanced Configuration:** the configuration is located at ```/var/lib/filebin/filebin/application/config``` ## Environment Variables - **FB_DB_HOSTNAME:** the hostname of the mysql/mariadb server - **FB_DB_USERNAME:** the username for the mysql/mariadb server - **FB_DB_PASSWORD:** the password for the mysql/mariadb server -- **FB_DB_DATABSE:** the database on the mysql/mariadb for Filebin +- **FB_DB_DATABASE:** the database on the mysql/mariadb for Filebin - **FB_CONTACT_NAME:** Contact Name - **FB_CONTACT_MAIL:** Contact E-Mail (will be used as email for the first user) |