Skip to content
Discussion options

You must be logged in to vote

Remove the user flag and pass your UID:GID via the env vars. The userflag only makes sense if you are running rootless docker.

services:
  cinephage:
    image: ghcr.io/moldytaint/cinephage:sha-37738bb
    container_name: cinephage
    restart: unless-stopped
    init: true # Use tini to prevent zombie browser processes
    security_opt:
      - no-new-privileges:true
    ports:
      - '6223:3000'
    volumes:
      - /volume1/docker/cinephage/data:/app/data # Database and config (auto-created)
      - /volume1/docker/cinephage/logs:/app/logs # Log files (auto-created)
      - /volume1/public/1.Media:/media # Your media library
    environment:
      # Required if accessing via IP/hostna…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mikesellt
Comment options

Comment options

You must be logged in to vote
9 replies
@ido-nl
Comment options

@keonramses
Comment options

@ido-nl
Comment options

@keonramses
Comment options

Answer selected by ido-nl
@ido-nl
Comment options

@keonramses
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants