mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:02:25 -05:00
[docs] Clarify that reverse proxy setups need trusted-proxies (#1127)
* [docs] Clarify that reverse proxy setups need trusted-proxies * Remove the jq usage
This commit is contained in:
parent
5ba5fb3154
commit
8942a70856
5 changed files with 40 additions and 0 deletions
|
|
@ -13,9 +13,14 @@ services:
|
|||
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
|
||||
GTS_LETSENCRYPT_ENABLED: "false"
|
||||
GTS_LETSENCRYPT_EMAIL_ADDRESS: ""
|
||||
## For reverse proxy setups:
|
||||
# GTS_TRUSTED_PROXIES: "172.x.x.x"
|
||||
ports:
|
||||
- "443:8080"
|
||||
## For letsencrypt:
|
||||
#- "80:80"
|
||||
## For reverse proxy setups:
|
||||
#- "127.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- ~/gotosocial/data:/gotosocial/storage
|
||||
restart: "always"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue