Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 859 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 859 Bytes

azure-plex

Run a media server using files stored in the cloud via Azure Blob Storage. Our docker container uses a mounted file system to interact with your Azure Blob Storage account then launches Plex Media Server at http://localhost:3000/web/index.html. Select add library and choose the mounted folder.

Run the Docker server

docker run --privileged -it -e NAME="[Azure storage account name]" -e KEY="[Azure access key]" -p 3000:32400 ackimball/azure-plex

Tips

Be sure to store your movies and shows on Azure based on the Plex Media Guidelines.