mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2025-01-06 18:11:24 +00:00
Add nginx_resolver replacement note. (#340)
* Add nginx_resolver replacement note. - Fixes #339 * Update src/administration/install_docker.md --------- Co-authored-by: Nutomic <me@nutomic.com>
This commit is contained in:
parent
8f0f7cf14f
commit
d6d9615b79
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue