linuxserver / docker-jackett

GNU General Public License v3.0
404 stars 104 forks source link

[BUG] Can't run via docker-compose on mac m1 #153

Closed cringelord1940 closed 2 months ago

cringelord1940 commented 3 months ago

Is there an existing issue for this?

Current Behavior

Error response from daemon: Mounts denied: The path /path/to/blackhole is not shared from the host and is not known to Docker. You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing. See https://docs.docker.com/desktop/mac for more info.

Expected Behavior

No response

Steps To Reproduce

  1. run the compose.yml here https://hub.docker.com/r/linuxserver/jackett/
  2. simply can't mount the container

Environment

- OS:macos 14.1.2
- How docker service was installed: via Homebrew-Cask

CPU architecture

arm64

Docker creation

---
services:
  jackett:
    image: lscr.io/linuxserver/jackett:latest
    container_name: jackett
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - AUTO_UPDATE=true #optional
      - RUN_OPTS= #optional
    volumes:
      - /path/to/jackett/data:/config
      - /path/to/blackhole:/downloads
    ports:
      - 9117:9117
    restart: unless-stopped

Container logs

can't mount to log
github-actions[bot] commented 3 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

thespad commented 3 months ago

/path/to/jackett/data and /path/to/blackhole are placeholders, you're supposed to use an actual path that exists on your host and where you want to store the corresponding data.

LinuxServer-CI commented 2 months ago

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

github-actions[bot] commented 1 month ago

This issue is locked due to inactivity