mirror of
https://github.com/diced/zipline.git
synced 2025-03-28 23:11:22 -05:00
fix: change CORE_HTTPS To CORE_RETURN_HTTPS in compose file
This commit is contained in:
parent
5d115afa71
commit
58e8c103b7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ services:
|
|||
- '3000:3000'
|
||||
restart: always
|
||||
environment:
|
||||
- CORE_HTTPS=false
|
||||
- CORE_RETURN_HTTPS=false
|
||||
- CORE_SECRET=changethis
|
||||
- CORE_HOST=0.0.0.0
|
||||
- CORE_PORT=3000
|
||||
|
|
Loading…
Add table
Reference in a new issue