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 | 92749c358cb4058950c2501dfd1dcb7382d421d6 (patch) | |
| tree | 85fbbf21f37df3ccad93eb91575b52134b70cabe | |
| parent | f7603c894af30498fd5bf9e7c99b1c8eb8550d69 (diff) | |
| download | crupest-92749c358cb4058950c2501dfd1dcb7382d421d6.tar.gz crupest-92749c358cb4058950c2501dfd1dcb7382d421d6.tar.bz2 crupest-92749c358cb4058950c2501dfd1dcb7382d421d6.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:  | 
