aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index eed4a12..d005a78 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -52,7 +52,7 @@ To create the docker container with the proper parameters:
52 -e IS_DASHBOARD_ENABLED=true \ 52 -e IS_DASHBOARD_ENABLED=true \
53 -e IS_REGISTRATION_ENABLED=true \ 53 -e IS_REGISTRATION_ENABLED=true \
54 -e CONNECT_WITH_FRANZ=true \ 54 -e CONNECT_WITH_FRANZ=true \
55 -e DATA_DIR=data \ 55 -e DATA_DIR=/data \
56 -p <port>:80 \ 56 -p <port>:80 \
57 -v <path to data>:/config \ 57 -v <path to data>:/config \
58 -v <path to database>:/app/database \ 58 -v <path to database>:/app/database \