Skip to content

Files

Latest commit

 

History

History
12 lines (9 loc) · 219 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 219 Bytes

plex

To start the container with default config :

docker run -d --net="host" plex

But you can also use your local datastore :

docker run -d --net="host" -v <your local datastore>:/data plex