Blockquote
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘ngrok.yml’ mount path must be absolute.
See ‘docker run --help’.
It happens on both my local MacOs and Ubuntu (Github Codespace)
Sorry you’re seeing the error when running the tunnel, looks like a regression. Meanwhile can you provide the path as absolute, as requested? E.g. forge settings set ngrok-config-path /some/path/to/ngrok.yml (replace with where ngrok.yml actually is)