When I launch a simple Dockerfile
app with fly launch --flycast
, the generated fly.toml
contains
force_https = true
even though, this is explicitly recommended against in Flycast - Private Fly Proxy services · Fly Docs and indeed causes problems. I guess fly launch
needs adjustment?