From b42cb7a802096762cbffb0fa1177c8355898cc1c Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:48:09 +0000 Subject: [feature] Add warning about `trusted-proxies` to make config easier (#3675) * [feature] Add warning about `trusted-proxies` to make config easier * thank you linter, hugs and kisses to you --- example/docker-compose/docker-compose.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'example/docker-compose') diff --git a/example/docker-compose/docker-compose.yaml b/example/docker-compose/docker-compose.yaml index 05896d724..fbd9af8dd 100644 --- a/example/docker-compose/docker-compose.yaml +++ b/example/docker-compose/docker-compose.yaml @@ -1,5 +1,3 @@ -version: "3.3" - services: gotosocial: image: superseriousbusiness/gotosocial:latest @@ -24,7 +22,7 @@ services: # Wazero compilation cache will be stored. GTS_WAZERO_COMPILATION_CACHE: /gotosocial/.cache ## For reverse proxy setups: - # GTS_TRUSTED_PROXIES: "172.x.x.x" + GTS_TRUSTED_PROXIES: "172.18.0.1/16" ## Set the timezone of your server: #TZ: UTC ports: @@ -47,3 +45,6 @@ networks: gotosocial: ipam: driver: default + config: + - subnet: "172.18.0.0/16" + gateway: "172.18.0.1" -- cgit v1.2.3