Sign inSign up

jhnrn/plex-server

By jhnrn

Updated about 4 years ago

Image
0

2.7K

jhnrn/plex-server repository overview

Volumes: You can add your media as one or many volumes. But make sure you map a volume/folder to c:\plex in the container. This will be used to save the configuration as Windows Registry file.

Example Docker Compose:

version: '3.5'

services:
  plex:
    image: jhnrn/plex-server
    restart: unless-stopped
    container_name: "plex"
    hostname: plex-server

    volumes:
      - S:\config\:c:\plex
      - M:\:c:\media

Tag summary

Content type

Image

Digest

sha256:dd68ac759

Size

2.9 GB

Last updated

about 4 years ago

docker pull jhnrn/plex-server