aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-17 18:05:18 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-17 18:05:18 -0500
commit6181d889d80d32e1b619a83f42b8d7d94b9ce9b5 (patch)
tree3fffd996c68c599337d50d4b838e9e781b86d2c3
parentUpdate build-and-publish.yml (diff)
parentUpdate README.md (diff)
downloadferdium-server-6181d889d80d32e1b619a83f42b8d7d94b9ce9b5.tar.gz
ferdium-server-6181d889d80d32e1b619a83f42b8d7d94b9ce9b5.tar.zst
ferdium-server-6181d889d80d32e1b619a83f42b8d7d94b9ce9b5.zip
Merge branch 'getferdi:master' into main
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index 7581bef..0128cb6 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -137,7 +137,7 @@ If you are an existing Ferdi-server user using the built-in `SQlite` database, y
137| `-e DATA_DIR=/app/database` | existing Ferdi-server users who use the built-in sqlite database should add this environmental variable to ensure data persistence | 137| `-e DATA_DIR=/app/database` | existing Ferdi-server users who use the built-in sqlite database should add this environmental variable to ensure data persistence |
138| `-v <path to data on host>=/app/databases` | existing Ferdi-server users who use the built-in sqlite database should use the volume name `/app/database` | 138| `-v <path to data on host>=/app/databases` | existing Ferdi-server users who use the built-in sqlite database should use the volume name `/app/database` |
139 139
140If you are an existing Ferdi-server user who usees an external database or different variables for the built-in `SQlite` database, you should updatae your parameterse acordingly. For exaple, if you aree using an exterenal MariaDB or MYSql database your unique parameters might look like this: 140If you are an existing Ferdi-server user who uses an external database or different variables for the built-in `SQlite` database, you should updatae your parameterse acordingly. For example, if you aree using an exterenal MariaDB or MySql database your unique parameters might look like this:
141| Parameter | Function | 141| Parameter | Function |
142| :----: | --- | 142| :----: | --- |
143| `-e DB_CONNECTION=mysql` | for specifying the database being used | 143| `-e DB_CONNECTION=mysql` | for specifying the database being used |
@@ -149,7 +149,7 @@ If you are an existing Ferdi-server user who usees an external database or diffe
149| `-v <path to database>:/app/database` | this will strore Ferdi-server's database on the docker host for persistence | 149| `-v <path to database>:/app/database` | this will strore Ferdi-server's database on the docker host for persistence |
150| `-v <path to recipes>:/app/recipes` | this will strore Ferdi-server's recipes on the docker host for persistence | 150| `-v <path to recipes>:/app/recipes` | this will strore Ferdi-server's recipes on the docker host for persistence |
151 151
152**In eithr case, pleasee be sure to pass the correct variables to the new Ferdi-server container in order maintain access to your existing database.** 152**In either case, please be sure to pass the correct variables to the new Ferdi-server container in order maintain access to your existing database.**
153 153
154## NGINX config block 154## NGINX config block
155 155