We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Hello i have this so far for my docker compose
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
The text was updated successfully, but these errors were encountered: