aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-12 22:17:19 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-12 22:17:19 -0400
commitdaf86f9439d124a9583093aad031df146a03f49d (patch)
treed02a9d081ce0f5b7be703428ace82d97c5e10361 /README.md
parentUpdate README.md (diff)
downloadferdium-server-daf86f9439d124a9583093aad031df146a03f49d.tar.gz
ferdium-server-daf86f9439d124a9583093aad031df146a03f49d.tar.zst
ferdium-server-daf86f9439d124a9583093aad031df146a03f49d.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3e8845..7865704 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ If you are not interested in doing this you can use our official instance of Fer
38### with Docker 38### with Docker
39The easiest way to set up Ferdi server on your server is with Docker. 39The easiest way to set up Ferdi server on your server is with Docker.
40 40
41The Docker image can be run as is, with the default sqlite database or you can modifying your ENV variables to use an external database (e.g. MySQL, MariaDB, Postgres, etc). 41The Docker image can be run as is, with the default SQLite database or you can modifying your ENV variables to use an external database (e.g. MySQL, MariaDB, Postgres, etc).
42After setting up the docker container we recommend you set up an NGINX reverse proxy to access Ferdi-server outside of your home network and protect it with an SSL certificate. 42After setting up the docker container we recommend you set up an NGINX reverse proxy to access Ferdi-server outside of your home network and protect it with an SSL certificate.
43 43
44**Warning**, please note that the use of the previous `config.txt` is now deprecated. Make sure to pass the correct environmental variables to your container at runtime. If you are an existing Ferdi-server user please see [the Ferdi docker documentation](./docker/README.md) for more information. 44**Warning**, please note that the use of the previous `config.txt` is now deprecated. Make sure to pass the correct environmental variables to your container at runtime. If you are an existing Ferdi-server user please see [the Ferdi docker documentation](./docker/README.md) for more information.