Add proxy_params to list of files to download for docker-compose (#268)

- Added in https://github.com/LemmyNet/lemmy-ansible/pull/161
This commit is contained in:
Cody Robertson 2023-09-06 15:36:41 -04:00 committed by GitHub
parent 869fb47c89
commit 097cc39a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.