Skip to content

Instantly share code, notes, and snippets.

@mitcdh
Created July 6, 2018 03:44
Show Gist options
  • Save mitcdh/a51c6f55431dec284178f3c98e37b62a to your computer and use it in GitHub Desktop.
Save mitcdh/a51c6f55431dec284178f3c98e37b62a to your computer and use it in GitHub Desktop.
pms-docker environment variables for local operation
export LD_LIBRARY_PATH="/usr/lib/plexmediaserver"
export LANG="en_US.UTF-8"
export PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS="6"
export PLEX_MEDIA_SERVER_TMPDIR="/tmp"
export PLEX_MEDIA_SERVER_HOME="/usr/lib/plexmediaserver"
export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/config/Library/Application Support"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment