Skip to content

Commit

Permalink
Made code in readme have correct markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Haak committed Jan 12, 2014
1 parent 807f234 commit 7027cff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7027cff

Please sign in to comment.