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 | 2359f2603e7d3a18bf183f5b248a8e4d915ba36a (patch) | |
| tree | 6f7ef613c37f6122d712e59c666feb495fc727e3 /template | |
| parent | eab231b10be9162dd10bbdc508b00d5846fb43d3 (diff) | |
| download | crupest-2359f2603e7d3a18bf183f5b248a8e4d915ba36a.tar.gz crupest-2359f2603e7d3a18bf183f5b248a8e4d915ba36a.tar.bz2 crupest-2359f2603e7d3a18bf183f5b248a8e4d915ba36a.zip  | |
Try to fix timeline. v4.0
Diffstat (limited to 'template')
| -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  | 
