-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made code in readme have correct markdown
- Loading branch information
Tim Haak
committed
Jan 12, 2014
1 parent
807f234
commit 7027cff
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,10 @@ This is a Dockerfile to set up (https://plex.tv/ "Plex Media Server") - (https:/ | |
|
||
Build from docker file | ||
|
||
``` | ||
git clone [email protected]:timhaak/docker-plex.git | ||
cd docker-plex | ||
docker build -t plex . | ||
docker build -t plex . | ||
``` | ||
|
||
docker run -d -h *your_host_name* -v /*your_config_location*:/config -v /*your_videos_location*:/data -p 32400:32400 plex |