Sign inSign up

strm/plex

By strm

Updated almost 9 years ago

Plex Media Server in a container !

Image
2

4.3K

strm/plex repository overview

Plex Docker Container

Just a docker for running a plex server

Example config

version: '2'
services:
    plex:
        image: strm/plex
        restart: always
        network_mode: "host"
        ports:
              - "32400:32400"
        volumes:
            - /data/plexconf:/config
            - /data/media:/data
        environment:
            - PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6
            - PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000
            - PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/config
            - PLEX_MEDIA_SERVER_HOME=/usr/lib/plexmediaserver

Tag summary

Content type

Image

Digest

Size

204.8 MB

Last updated

almost 9 years ago

docker pull strm/plex