aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 16:30:19 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 16:30:19 +0100
commit020bc369022d4937e4404babb436f21eccb9db0b (patch)
tree008af554284e5a993236d2ee25df7ca6d88aafa8 /docker/README.md
parentAdd script which will use config.txt if exist (diff)
downloadferdium-server-020bc369022d4937e4404babb436f21eccb9db0b.tar.gz
ferdium-server-020bc369022d4937e4404babb436f21eccb9db0b.tar.zst
ferdium-server-020bc369022d4937e4404babb436f21eccb9db0b.zip
Adjust README info about DATA_DIR
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 2708714..6e18d16 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -102,7 +102,7 @@ If any environmental parameter is not passed to the container, its value will be
102| `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true | 102| `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true |
103| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true | 103| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true |
104| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true | 104| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true |
105| `-e DATA_DIR=database` | for specifying sql-lite database folder, default is database | 105| `-e DATA_DIR=database` | for specifying sql-lite database folder, default is database. Currently you need to use folder inside `/app` directory |
106| `-v <path to data>:/config` | this will store persistent ENV data on the docker host | 106| `-v <path to data>:/config` | this will store persistent ENV data on the docker host |
107| `-v <path to database>:/app/database` | this will strore Ferdi-server's database on the docker host for persistence | 107| `-v <path to database>:/app/database` | this will strore Ferdi-server's database on the docker host for persistence |
108| `-v <path to recipes>:/app/recipes` | this will strore Ferdi-server's recipes on the docker host for persistence | 108| `-v <path to recipes>:/app/recipes` | this will strore Ferdi-server's recipes on the docker host for persistence |