aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-18 01:00:03 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-18 01:00:03 -0400
commit9bd5f72605cfd0da81c0c03f78286767d615514a (patch)
treee3571ab5b8b8b6998a0396335f623ba48554587b /README.md
parentUpdate README.md (diff)
downloadferdium-server-9bd5f72605cfd0da81c0c03f78286767d615514a.tar.gz
ferdium-server-9bd5f72605cfd0da81c0c03f78286767d615514a.tar.zst
ferdium-server-9bd5f72605cfd0da81c0c03f78286767d615514a.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 a04f741..6a45b08 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ The easiest way to set up Ferdi-server on your server is with Docker.
41The Docker image can be run as is, with the default SQLite database or you can modify 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 modify 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 and a number of environmental variables have changed, specifically the default database name and location, the internal container port, and an additional `DATA_DIR` variable has been added. 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) and the example [docker-compose.yml](./docker/docker-compose.yml) for more information about migrating to the new image. 44**Warning**, please note that the use of the previous `config.txt` is now deprecated and a number of environmental variables have changed, specifically the default database name and location, the internal container port, and an additional `DATA_DIR` variable has been added. 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 about migrating to the new image.
45 45
461. Pull the Docker image 461. Pull the Docker image
47 47