aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-13 08:08:04 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-13 08:08:04 -0400
commit320fb9ef6b66bd2468629738aba783d965e4e63f (patch)
tree851fc7d4b1e8d1283cf13c7754557b98a50886cd /docker
parentUpdate database.js (diff)
downloadferdium-server-320fb9ef6b66bd2468629738aba783d965e4e63f.tar.gz
ferdium-server-320fb9ef6b66bd2468629738aba783d965e4e63f.tar.zst
ferdium-server-320fb9ef6b66bd2468629738aba783d965e4e63f.zip
Update docker/README.md
Co-authored-by: Cromefire_ <cromefire_@outlook.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md3
1 files changed, 1 insertions, 2 deletions
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
101| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true | 101| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true |
102| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true | 102| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true |
103| `-e DATA_DIR=data` | for specifying the SQLite database folder, default is data | 103| `-e DATA_DIR=data` | for specifying the SQLite database folder, default is data |
104| `-v <path to data>:/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 | 104| `-v <path to data>:/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 |
105| `-v <path to database>:/app/data` | this will store Ferdi-server's database on the docker host for persistence |
106| `-v <path to recipes>:/app/recipes` | this will store Ferdi-server's recipes on the docker host for persistence | 105| `-v <path to recipes>:/app/recipes` | this will store Ferdi-server's recipes on the docker host for persistence |
107 106
108By enabling the `CONNECT_WITH_FRANZ` option, Ferdi-server can: 107By enabling the `CONNECT_WITH_FRANZ` option, Ferdi-server can: