aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-12 22:49:27 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-12 22:49:27 -0400
commit744a4b341181604dbf1eeffc7c46575d72d2b70e (patch)
tree0aa58f1e91578a3ee3166de73bb10766a7ba58bd /README.md
parentUpdate README.md (diff)
downloadferdium-server-744a4b341181604dbf1eeffc7c46575d72d2b70e.tar.gz
ferdium-server-744a4b341181604dbf1eeffc7c46575d72d2b70e.tar.zst
ferdium-server-744a4b341181604dbf1eeffc7c46575d72d2b70e.zip
Update README.md
Further clarification for existing users.
Diffstat (limited to 'README.md')
-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 \