From 1b7a2cd14f494df1d0b834dd218cc2da50ccc0df Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 13 Jul 2021 09:23:31 -0400 Subject: Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a73b717..715208d 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. The 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). After 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. -**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 local, the internal contianer 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. +**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. 1. Pull the Docker image @@ -75,8 +75,7 @@ After setting up the docker container we recommend you set up an NGINX reverse p -e CONNECT_WITH_FRANZ=true \ -e DATA_DIR=data \ -p :3333 \ - -v :/config \ - -v :/app/database \ + -v :/data \ -v :/app/recipes \ --restart unless-stopped \ getferdi/ferdi-server -- cgit v1.2.3-54-g00ecf