aboutsummaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorLibravatar MichaƂ Kostewicz <m.kostewicz84@gmail.com>2021-02-09 22:09:20 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-09 22:09:20 +0100
commit824d5f1423176397038707227403e796162503be (patch)
tree167f77225b969b2552a82ffeb9164246972a10c7 /docker/README.md
parentMerge branch 'master' of https://github.com/k0staa/server (diff)
downloadferdium-server-824d5f1423176397038707227403e796162503be.tar.gz
ferdium-server-824d5f1423176397038707227403e796162503be.tar.zst
ferdium-server-824d5f1423176397038707227403e796162503be.zip
Update docker/README.md - update information about usage of NGINX
Co-authored-by: Cromefire_ <cromefire_@outlook.com>
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index 00e3df7..780dcb1 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -20,7 +20,7 @@ A custom ferdi-server allows you to experience the full potential of the Ferdi c
20 20
21Here are some example snippets to help you get started creating a container. 21Here are some example snippets to help you get started creating a container.
22 22
23The docker 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 you will need to create a NGINX reverse proxy to access Ferdi-server outside of your home network. 23The docker can be run as is, with the default sqlite database, or you can modify your environment variables to use an external database (e.g. MySQL, MariaDB, Postgres, etc). After setting up the docker container you will likely need to create a reverse proxy to access Ferdi-server outside of your home network, using for example NGINX.
24 24
25### docker 25### docker
26 26