Skip to content

Instantly share code, notes, and snippets.

@johnwalley
Created July 2, 2017 14:26
Show Gist options
  • Save johnwalley/bf877ca4976cffc850c068b5e5ee175d to your computer and use it in GitHub Desktop.
Save johnwalley/bf877ca4976cffc850c068b5e5ee175d to your computer and use it in GitHub Desktop.
Docker create scripts
docker create --name plex --net=host -e VERSION=latest -e PUID=1000 -e PGID=1000 -e TZ=Europe/London -v /media/data/plex/config:/config -v /media/data/tv:/data/tv -v /media/data/films:/data/films linuxserver/plex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment