Update src/administration/install_docker.md

This commit is contained in:
Nutomic 2025-01-03 10:02:14 +01:00 committed by GitHub
parent d5dfa38ef0
commit 473c89c7ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ 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`. 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. 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. If you'd like further customization, have a look at the [config file](configuration.md) named `lemmy.hjson`, and adjust it accordingly.