mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user