Skip to content

How do I get this to write files? #230

Answered by Sawtaytoes
Sawtaytoes asked this question in Q&A
Discussion options

You must be logged in to vote

I figured it out. I had to set the GROUP_ID and USER_ID to root. Once I did that, it worked fine!

services:
  makemkv:
    container_name: makemkv
    image: jlesage/makemkv
    environment:
      - DISPLAY_HEIGHT=800
      - DISPLAY_WIDTH=1300
      - GROUP_ID=0
      - KEEP_APP_RUNNING=1
      - MAKEMKV_KEY=[REDACTED]
      - USER_ID=0
    devices:
      - /dev/sr0
      - /dev/sg0
    ports:
      - "5800:5800"
    restart: unless-stopped
    volumes:
      - /docker/appdata/makemkv:/config:rw
      - /mnt/disc-rips:/output:rw

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Sawtaytoes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant