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

MusicBee won't open #5

Open
Nojwe opened this issue May 30, 2023 · 0 comments
Open

MusicBee won't open #5

Nojwe opened this issue May 30, 2023 · 0 comments

Comments

@Nojwe
Copy link

Nojwe commented May 30, 2023

Running Docker compose on an Intel Macbook Pro. Container starts, no errors in the log. I can access the desktop through Guacamole, but MusicBee does not start and won't open through Applications -> Other -> MusicBee.

Compose file:
services: musicbee: image: ghcr.io/jmbannon/musicbee-docker:3.4.8033-beta.4 container_name: musicbee ports: - 3000:3000 security_opt: - seccomp:unconfined # required shm_size: "2gb" # optional, but recommended environment: - PUID=1000 - PGID=1000 - TZ=America/New_York - TITLE=MusicBee volumes: - /Applications/Docker/MB:/config - /Music/lib:/music # optional restart: unless-stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant