aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d93847..277ce07 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p
48 ```sh 48 ```sh
49 docker pull getferdi/ferdi-server 49 docker pull getferdi/ferdi-server
50 ``` 50 ```
512. Create a new Docker container with your desired configuration 512. Create a *new* Docker container with your desired configuration **Existing users please seee the warning above.**
52 52
53 ```sh 53 ```sh
54 docker create \ 54 docker create \
@@ -73,6 +73,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p
73 -e IS_DASHBOARD_ENABLED=true \ 73 -e IS_DASHBOARD_ENABLED=true \
74 -e IS_REGISTRATION_ENABLED=true \ 74 -e IS_REGISTRATION_ENABLED=true \
75 -e CONNECT_WITH_FRANZ=true \ 75 -e CONNECT_WITH_FRANZ=true \
76 -e DATA_DIR=data \
76 -p <port>:3333 \ 77 -p <port>:3333 \
77 -v <path to data>:/config \ 78 -v <path to data>:/config \
78 -v <path to database>:/app/database \ 79 -v <path to database>:/app/database \