Created
July 6, 2018 03:44
-
-
Save mitcdh/a51c6f55431dec284178f3c98e37b62a to your computer and use it in GitHub Desktop.
pms-docker environment variables for local operation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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