mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
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:
parent
869fb47c89
commit
097cc39a7e
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue