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 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 sh
but when I runytdl-sub --dry-run --config config.yaml sub subscriptions.yaml
it 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:
Beta Was this translation helpful? Give feedback.
All reactions