Replies: 1 comment 2 replies
|
You are correct, you need to cd config/ Also add '-u abc' to the docker command so you don't run as root |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
So I have a docker compose stack running, but I'm a bit of a noob when it comes to running commands in docker containers.
I've figured out enough to get into the container
docker exec -it bf7722fe7dcd shbut when I runytdl-sub --dry-run --config config.yaml sub subscriptions.yamlit errors, presumably because my config.yaml is in the Linux home dir, not inside docker?Not sure where to go from here?
docker compose section:
All reactions