aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 14:23:57 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 14:23:57 +0100
commit02000d89159ba171cabbd341139871236f3df386 (patch)
treec1b4806a347fa6e6b224f42eae36011a71e24309 /docker/README.md
parentChange database.js so any system folder can be used to keep database files (diff)
downloadferdium-server-02000d89159ba171cabbd341139871236f3df386.tar.gz
ferdium-server-02000d89159ba171cabbd341139871236f3df386.tar.zst
ferdium-server-02000d89159ba171cabbd341139871236f3df386.zip
Revert line which choose DB folder using env. Move Dockerfile to root. Simplify export in entrypoint. Update README
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 5daa9fc..995ca8a 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -101,6 +101,7 @@ After the first run, Ferdi-server's configuration is saved inside the `config.tx
101| `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true | 101| `-e IS_DASHBOARD_ENABLED=true` | for specifying whether to enable the Ferdi-server dashboard, default is true |
102| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true | 102| `-e IS_REGISTRATION_ENABLED=true` | for specifying whether to allow user registration, default is true |
103| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true | 103| `-e CONNECT_WITH_FRANZ=true` | for specifying whether to enable connections to the Franz server, default is true |
104| `-e DATA_DIR=database` | for specifying sql-lite database folder, default is database |
104| `-v <path to data>:/config` | this will store persistent ENV data on the docker host | 105| `-v <path to data>:/config` | this will store persistent ENV data on the docker host |
105| `-v <path to database>:/app/database` | this will strore Ferdi-server's database on the docker host for persistence | 106| `-v <path to database>:/app/database` | this will strore Ferdi-server's database on the docker host for persistence |
106| `-v <path to recipes>:/app/recipes` | this will strore Ferdi-server's recipes on the docker host for persistence | 107| `-v <path to recipes>:/app/recipes` | this will strore Ferdi-server's recipes on the docker host for persistence |