summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-07-02 22:52:52 -0400
committerFrederic Guillot <fred@kanboard.net>2016-07-02 22:52:52 -0400
commite7a15de9e51973c1ed17ccdd01f7d24b5c3530a5 (patch)
treeae458678e65d7eda19abdcc586158c283e987ac4 /doc
parent4f9e52243856ff652c9b6660b6bb95cd1837757a (diff)
Docker volume path
Diffstat (limited to 'doc')
-rw-r--r--doc/docker.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/docker.markdown b/doc/docker.markdown
index 9af5f57a..e55130e5 100644
--- a/doc/docker.markdown
+++ b/doc/docker.markdown
@@ -64,8 +64,8 @@ Volumes
You can attach 2 volumes to your container:
-- Data folder: `/var/www/kanboard/data`
-- Plugins folder: `/var/www/kanboard/plugins`
+- Data folder: `/var/www/app/data`
+- Plugins folder: `/var/www/app/plugins`
Use the flag `-v` to mount a volume on the host machine like described in [official Docker documentation](https://docs.docker.com/engine/userguide/containers/dockervolumes/).
@@ -84,8 +84,8 @@ The list of environment variables is available on [this page](env.markdown).
Config files
------------
-- The container already include a custom config file located at `/var/www/kanboard/config.php`.
-- You can store your own config file on the data volume: `/var/www/kanboard/data/config.php`.
+- The container already include a custom config file located at `/var/www/app/config.php`.
+- You can store your own config file on the data volume: `/var/www/app/data/config.php`.
References
----------