Yaml Files Not Found [Running Docker on Synology via Container Manager] #854
Unanswered
drinksomewhiskey
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you type |
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
-
Hi All,
I successfully set up ytdl-sub via docker compose within Container Manager based on the following code:
I had to change the local port from
8443
to8444
as8443
was already being used for something else however, I left the container port at the default8443
.Aside from this, I defined my volume directories accordingly as noted above.
This successfully set up the gui and I was able to pull it up at
http://localhost:8444/
. I got to VS Code and I see theYTDL-SUB-Configs
folder within the directory, which also houses theexamples
,config.yaml
andsubcriptions.yaml
files/folders pre-loaded.I then followed started following the walk-through guide and am trying to work through 3. Creating and Using Your First Config. I created and placed the sample
config.yaml
andsubcriptions.yaml
files in the/volume1/docker/ytdl-sub
directory as defined in my Docker Compose file. I then try to dry run these files using theytdl-sub --dry-run --config config.yaml sub subscriptions.yaml
within the docker container's terminal window and get an output stating[ytdl-sub] The config file 'config.yaml' could not be found. Did you set --config correctly?
.I am wondering what I may be missing as the yaml files are not found despite being placed in the
/config
directory. Does anyone see any errors in my set up / file placements?Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions