Skip to content
New issue

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

Docker compose #459

Open
microsound1 opened this issue Jan 5, 2025 · 2 comments
Open

Docker compose #459

microsound1 opened this issue Jan 5, 2025 · 2 comments

Comments

@microsound1
Copy link

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?

@DominiqueGEORGES
Copy link

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

@microsound1
Copy link
Author

Thank you @DominiqueGEORGES , I have tried it but a different error came up.
It needed a newer version of docker compose to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants