From 34bd4fdb7077e0cf6e832df3fbfb27968a090600 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 10:32:03 -0500 Subject: Fix DATA_DIR documentation --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md index 0128cb6..98877f4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -98,7 +98,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true | | `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true | | `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true | -| `-e DATA_DIR=data` | for specifying the SQLite database folder, default is data | +| `-e DATA_DIR=/data` | for specifying the SQLite database folder, default is /data | | `-v :/data` | this will store Ferdi-server's data (its database, among other things) on the docker host for persistence. See the [Docker docs](https://docs.docker.com/storage/volumes/) for more information on the use of container volumes | | `-v :/app/recipes` | this will store Ferdi-server's recipes on the docker host for persistence | -- cgit v1.2.3-70-g09d2