I am trying to run scrolls without docker compose. But the CLI ignores the config file passed through --config flag and throws error.
Steps to reproduce:
- Create a daemon.toml file with required entries
- Run the following command
./scrolls daemon --config daemon.toml
Error:
ERROR: ConfigError(
"missing field source",
)
I am trying to run scrolls without docker compose. But the CLI ignores the config file passed through --config flag and throws error.
Steps to reproduce:
Error:
ERROR: ConfigError(
"missing field
source",)