aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-13 08:09:11 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-13 08:09:11 -0400
commit9171dbdbc0b9013cffece3a0e1c2133112a5f280 (patch)
tree855baec15ef2e94b0c7e254dcde8f5b66d036d67 /docker
parentUpdate docker/README.md (diff)
downloadferdium-server-9171dbdbc0b9013cffece3a0e1c2133112a5f280.tar.gz
ferdium-server-9171dbdbc0b9013cffece3a0e1c2133112a5f280.tar.zst
ferdium-server-9171dbdbc0b9013cffece3a0e1c2133112a5f280.zip
Update README.md
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 1efa2b4..c9237cf 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -101,7 +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>:/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 | 104| `-v <path to data>:/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 |
105| `-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 |
106 106
107By enabling the `CONNECT_WITH_FRANZ` option, Ferdi-server can: 107By enabling the `CONNECT_WITH_FRANZ` option, Ferdi-server can: