From d5dfa38ef058a9e1fc05e173e8f0d8c7477e43dd Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 27 Dec 2024 13:09:42 -0500 Subject: [PATCH] Add nginx_resolver replacement note. - Fixes #339 --- src/administration/install_docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/administration/install_docker.md b/src/administration/install_docker.md index d6a2077..17cd1bb 100644 --- a/src/administration/install_docker.md +++ b/src/administration/install_docker.md @@ -20,6 +20,8 @@ wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/files/proxy_p Edit `docker-compose.yml` and `lemmy.hjson` to replace all occurrences of `{{ domain }}` with your actual Lemmy domain, `{{ postgres_password }}` with a random password and `{{lemmy_port}}` with `10633`. +Also edit `nginx_internal.conf` and replace `{{ nginx_internal_resolver }}` with `127.0.0.11`. (Use `10.89.0.1` for RedHat distributions. + If you'd like further customization, have a look at the [config file](configuration.md) named `lemmy.hjson`, and adjust it accordingly. ## Database tweaks