December 8, 20241 yr Hello everyone, Someone made a docker container for a program that I love called MusicBee. It isn't in CA so I'm trying to use the compose file on github to make my own template - something I haven't done before. I think I'm very close but I'm missing something. Photo of my template is attached. I'm assuming it's this line that I don't know how to input. security_opt: -seccomp:unfonfirmed Compose file here: https://github.com/jmbannon/musicbee-docker 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/Los_Angeles - TITLE=MusicBee volumes: - <path/to/musicbee/config>:/config - <path/to/music>:/music # optional restart: unless-stopped Any help is very appreciated!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.