fix: change CORE_HTTPS To CORE_RETURN_HTTPS in compose file

This commit is contained in:
diced 2022-12-10 14:24:34 -08:00
parent 5d115afa71
commit 58e8c103b7
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -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