dmzoneill / lidarr-youtube-downloader

Lidar youtube downloader
Apache License 2.0
44 stars 10 forks source link

Alittle help with docker compose #13

Open BlueCoffee34 opened 1 year ago

BlueCoffee34 commented 1 year ago

Hello i have this so far for my docker compose

version: '3.3' services: lyd: volumes:

  • '/srv/dev-disk-by-uuid-d893f614-e123-4469-bba9-ba8beea78a5a/Music:/path/to/music'
  • '/srv/dev-disk-by-uuid-9c8d0dd5-085e-4587-8b9d-2fd1f963dbcc/Data/LYD:/path/to/db/file' environment:
  • 'LIDARR_URL=http://10.0.0.222:8686'
  • LIDARR_API_KEY=2532f7983fd9404aafc3bcf7cea9425e
  • LIDARR_DB=/srv/dev-disk-by-uuid-9c8d0dd5-085e-4587-8b9d-2fd1f963dbcc/Data/Lidarr/lidarr.db
  • LIDARR_MUSIC_PATH=/music container_name: lyd image: lyd

Docker than returns with

ERROR: pull access denied for lyd, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Any ideas on what i am missing? Thanks

dmzoneill commented 1 year ago

there is no image on docker hub for lyd, yet you seem to be trying to pull one..

maybe you are confusing docker build with docker run.