linuxserver / docker-nzbget

GNU General Public License v3.0
144 stars 84 forks source link

Can't run docker container, unable to find libraries #147

Closed chriscn closed 2 years ago

chriscn commented 2 years ago

linuxserver.io


Expected Behavior

Current Behavior

Steps to Reproduce

  1. Unable to run the docker container, have tried reinstalling multiple times. Clearing the image. deleting the folders etc

Environment

OS: Ubuntu 22.04 LTS CPU architecture: x86_64/arm32/arm64 64 Bit How docker service was installed: Using aptitude

Command used to create docker container (run/create/compose/screenshot)

nzbget:
    image: lscr.io/linuxserver/nzbget
    container_name: nzbget
    environment:
      - PUID=1000
      - PGID=1000
    volumes:
      - /var/appdata/nzbget:/config
      - /var/downloads:/downloads
    restart: unless-stopped

Docker logs

NZBget log

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

chriscn commented 2 years ago

I personally fixed this because lscr.io doesn't resolve to anything. It should be ghcr.io.

aptalca commented 2 years ago

it resolves fine here: https://dnschecker.org/#A/lscr.io also see here: https://www.linuxserver.io/blog/wrap-up-warm-for-the-winter

github-actions[bot] commented 2 months ago

This issue is locked due to inactivity