diff options
author | crupest <crupest@outlook.com> | 2022-11-21 17:39:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 17:39:37 +0800 |
commit | 0b3f6ad062dce29fd629b3b27689a833a0abcba1 (patch) | |
tree | 85fbbf21f37df3ccad93eb91575b52134b70cabe | |
parent | 572fd2063373a9e51e14c001bc20545862ebf201 (diff) | |
download | crupest-0b3f6ad062dce29fd629b3b27689a833a0abcba1.tar.gz crupest-0b3f6ad062dce29fd629b3b27689a833a0abcba1.tar.bz2 crupest-0b3f6ad062dce29fd629b3b27689a833a0abcba1.zip |
Try to fix timeline. v2.0
-rw-r--r-- | template/docker-compose.yaml.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 5675a00..90cea6b 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -27,9 +27,8 @@ services: container_name: timeline restart: on-failure:3 environment: + - ASPNETCORE_FORWARDEDHEADERS_ENABLED=true - TIMELINE_DisableAutoBackup=true - - TIMELINE_EnableForwardedHeaders=true - - TIMELINE_ForwardedHeadersAllowedProxyHosts=nginx volumes: - ./data/timeline:/root/timeline ports: |