From 449302a0ac3c9f5127d098927939cf14da3eaa92 Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Thu, 14 Jul 2016 12:13:41 +0200 Subject: Doc: Fixed wrong paths, typo --- docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker') 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) -- cgit v1.2.3-24-g4f1b