We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone,
After pull and editing .env file, I get error with compose:
/docker-compose.yml: services.freqtrade.env_file.0 must be a string
Do you guys have a suggestion to this?
The text was updated successfully, but these errors were encountered:
Can you give some details like the .env file content ?
It seems that the value assigned to the key env_file is not a string.
Try something like :
env_file: - ./path/to/my-env-file.env
Sorry, something went wrong.
Thank you @DominiqueGEORGES , I have tried it but a different error came up. It needed a newer version of docker compose to work.
No branches or pull requests
Hi everyone,
After pull and editing .env file, I get error with compose:
/docker-compose.yml: services.freqtrade.env_file.0 must be a string
Do you guys have a suggestion to this?
The text was updated successfully, but these errors were encountered: