Skip to content
New issue

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

Alittle help with docker compose #13

Open
BlueCoffee34 opened this issue Jul 15, 2023 · 1 comment
Open

Alittle help with docker compose #13

BlueCoffee34 opened this issue Jul 15, 2023 · 1 comment
Labels
invalid This doesn't seem right

Comments

@BlueCoffee34
Copy link

BlueCoffee34 commented Jul 15, 2023

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
Copy link
Owner

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.

@dmzoneill dmzoneill added the invalid This doesn't seem right label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants