From 320fb9ef6b66bd2468629738aba783d965e4e63f Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 13 Jul 2021 08:08:04 -0400 Subject: Update docker/README.md Co-authored-by: Cromefire_ --- docker/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md index 573498e..1efa2b4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -101,8 +101,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-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 | -| `-v :/config` | this will store persistent configuration data on the docker host. See the [Docker docs](https://docs.docker.com/storage/volumes/) for more information on the use of container volumes | -| `-v :/app/data` | this will store Ferdi-server's database on the docker host for persistence | +| `-v :/data` | this will store Ferdi-server's data (among others the database) 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 | By enabling the `CONNECT_WITH_FRANZ` option, Ferdi-server can: -- cgit v1.2.3-54-g00ecf