aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-17 17:42:41 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-17 17:42:41 -0500
commitb2250d33872a4755e9ef4c523738150b8de73848 (patch)
tree7d32c27cf75186a5c0db8f28980e0f313785cc29 /docker/README.md
parentMerge branch 'master' into master (diff)
downloadferdium-server-b2250d33872a4755e9ef4c523738150b8de73848.tar.gz
ferdium-server-b2250d33872a4755e9ef4c523738150b8de73848.tar.zst
ferdium-server-b2250d33872a4755e9ef4c523738150b8de73848.zip
Update README.md
Diffstat (limited to 'docker/README.md')
-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