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

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

Closed
1 task done
cringelord1940 opened this issue Aug 19, 2024 · 4 comments
Closed
1 task done

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

cringelord1940 opened this issue Aug 19, 2024 · 4 comments

Comments

@cringelord1940
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

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

@thespad
Copy link
Member

thespad commented Aug 19, 2024

/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
Copy link
Collaborator

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.

@thespad thespad closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Sep 19, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

4 participants
@thespad @LinuxServer-CI @cringelord1940 and others