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 permissions missing #8

Closed
degiorgig opened this issue Dec 13, 2022 · 1 comment
Closed

Docker permissions missing #8

degiorgig opened this issue Dec 13, 2022 · 1 comment

Comments

@degiorgig
Copy link
Contributor

The image is missing the right permissions:

Creating freqtrade_freqtrade_run ... done
./load_env.sh: line 9: live.json: Permission denied
./load_env.sh: line 10: dry.json: Permission denied
./load_env.sh: line 11: test.json: Permission denied
./load_env.sh: line 12: hyper.json: Permission denied

I added:
RUN chown -R ftuser:ftuser /freqtrade
RUN chmod 755 /freqtrade

@joaorafaelm
Copy link
Collaborator

thanks!

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