Skip to content

Instantly share code, notes, and snippets.

@harperreed
Created October 20, 2017 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harperreed/f54f483c9b02a0f2f50dc0bd1fcf1aa3 to your computer and use it in GitHub Desktop.
Save harperreed/f54f483c9b02a0f2f50dc0bd1fcf1aa3 to your computer and use it in GitHub Desktop.
PlexPy docker compose
plexpy:
image: "dbarton/plexpy"
container_name: "plexpy"
volumes:
- /data/plex/config:/datadir
ports:
- "8181:8181"
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment