aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-23 10:32:03 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-23 10:32:03 -0500
commit34bd4fdb7077e0cf6e832df3fbfb27968a090600 (patch)
treeff68a388fde94863dd426862e129400c1605376d /docker
parentUse GH_TOKEN secret instead of GITHUB_TOKEN (diff)
downloadferdium-server-34bd4fdb7077e0cf6e832df3fbfb27968a090600.tar.gz
ferdium-server-34bd4fdb7077e0cf6e832df3fbfb27968a090600.tar.zst
ferdium-server-34bd4fdb7077e0cf6e832df3fbfb27968a090600.zip
Fix DATA_DIR documentation
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
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
98| `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true | 98| `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true |
99| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true | 99| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true |
100| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true | 100| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true |
101| `-e DATA_DIR=data` | for specifying the SQLite database folder, default is data | 101| `-e DATA_DIR=/data` | for specifying the SQLite database folder, default is /data |
102| `-v <path to data on host>:/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 | 102| `-v <path to data on host>:/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 |
103| `-v <path to recipes on host>:/app/recipes` | this will store Ferdi-server's recipes on the docker host for persistence | 103| `-v <path to recipes on host>:/app/recipes` | this will store Ferdi-server's recipes on the docker host for persistence |
104 104