File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ Latest stable Plex Media Server (Plex Pass) release from Arch Linux AUR.
1616
1717``` bash
1818docker run -d \
19-
2019 --net=" host" \
2120 --name=< container name> \
2221 -v < path for media files> :/media \
@@ -25,9 +24,7 @@ docker run -d \
2524 -e UMASK=< umask for created files> \
2625 -e PUID=< uid for user> \
2726 -e PGID=< gid for user> \
28-
2927 binhex/arch-plexpass
30-
3128```
3229
3330Please replace all user variables in the above command defined by <> with the
@@ -41,7 +38,6 @@ correct values.
4138
4239``` bash
4340docker run -d \
44-
4541 --net=" host" \
4642 --name=plex \
4743 -v /media/movies:/media \
@@ -50,9 +46,7 @@ docker run -d \
5046 -e UMASK=000 \
5147 -e PUID=0 \
5248 -e PGID=0 \
53-
5449 binhex/arch-plexpass
55-
5650```
5751
5852## Notes
@@ -62,7 +56,6 @@ for the user you want to run the container as:-
6256
6357``` bash
6458id < username>
65-
6659```
6760
6861You cannot specify the port the docker container uses, it requires full access
You can’t perform that action at this time.
0 commit comments