diff options
author | crupest <crupest@outlook.com> | 2022-11-21 18:14:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 18:14:36 +0800 |
commit | 16ef1f55082dcc6e8364718af8da74ff47290c45 (patch) | |
tree | 6f7ef613c37f6122d712e59c666feb495fc727e3 | |
parent | 235f14cc09f73aec125a54fec32559fa213d7d96 (diff) | |
download | crupest-16ef1f55082dcc6e8364718af8da74ff47290c45.tar.gz crupest-16ef1f55082dcc6e8364718af8da74ff47290c45.tar.bz2 crupest-16ef1f55082dcc6e8364718af8da74ff47290c45.zip |
Try to fix timeline. v4.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 59fcdc4..acabf5a 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -27,13 +27,12 @@ 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: - ./data/timeline:/root/timeline ports: - - "5000:80" + - "5000:5000" networks: - internal |