-
Notifications
You must be signed in to change notification settings - Fork 39
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
How to start docker with default docker-compose.yml from README.md without issues. #75
Comments
Hello @kopax. I ran the following to test out the issues you're pointing out.
That however should not impact your other problem of setting the password and the error "command not found."
What do you see when you run the following ?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Within the container, I have:
root@0dfdc7f74c83:/config# ls -altr total 12 -rwxrwxrwx 1 abc users 183 Sep 21 23:59 config.yml drwxrwxrwx 2 abc users 4096 Sep 21 23:59 .
But it crash on startup with:
This is
/config/config.yaml
:I expected it to start without errors.
This is the command used to start the container with the following command:
Also, in the UI, it says to create the
.password-lock
usingflexget
cli:I have tried to execute this within the running
cpoppema/docker-flexget:latest
container and:bash: flexget: command not found
The text was updated successfully, but these errors were encountered: