From 097cc39a7eb3ff997448ffa79f146eff67b4c56d Mon Sep 17 00:00:00 2001 From: Cody Robertson Date: Wed, 6 Sep 2023 15:36:41 -0400 Subject: [PATCH] Add `proxy_params` to list of files to download for docker-compose (#268) - Added in https://github.com/LemmyNet/lemmy-ansible/pull/161 --- src/administration/install_docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/administration/install_docker.md b/src/administration/install_docker.md index 5edefc1..1c49cbe 100644 --- a/src/administration/install_docker.md +++ b/src/administration/install_docker.md @@ -20,6 +20,7 @@ The images will likely be: [dessalines/lemmy:VERSION](https://hub.docker.com/r/d wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/docker-compose.yml wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/examples/config.hjson -O lemmy.hjson wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/nginx_internal.conf +wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/files/proxy_params ``` If you'd like further customization, have a look at the [config file](configuration.md) named `lemmy.hjson`, and adjust it accordingly.