diff options
author | crupest <crupest@outlook.com> | 2022-11-21 18:02:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 18:02:06 +0800 |
commit | eab231b10be9162dd10bbdc508b00d5846fb43d3 (patch) | |
tree | 033822b6fdf1cc92df9e46cd3721e693d13a0ade /template | |
parent | 0b3f6ad062dce29fd629b3b27689a833a0abcba1 (diff) | |
download | crupest-eab231b10be9162dd10bbdc508b00d5846fb43d3.tar.gz crupest-eab231b10be9162dd10bbdc508b00d5846fb43d3.tar.bz2 crupest-eab231b10be9162dd10bbdc508b00d5846fb43d3.zip |
Try to fix timeline. v3.0
Diffstat (limited to 'template')
-rw-r--r-- | template/docker-compose.yaml.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 90cea6b..59fcdc4 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -27,6 +27,7 @@ services: container_name: timeline restart: on-failure:3 environment: + - ASPNETCORE_URLS=http://0.0.0.0:80 - ASPNETCORE_FORWARDEDHEADERS_ENABLED=true - TIMELINE_DisableAutoBackup=true volumes: |