Skip to content

Commit b7234e9

Browse files
committed
make readme markdownlint compliant
1 parent b4decc8 commit b7234e9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Latest stable Plex Media Server (Plex Pass) release from Arch Linux AUR.
1616

1717
```bash
1818
docker 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

3330
Please replace all user variables in the above command defined by <> with the
@@ -41,7 +38,6 @@ correct values.
4138

4239
```bash
4340
docker 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
6458
id <username>
65-
6659
```
6760

6861
You cannot specify the port the docker container uses, it requires full access

0 commit comments

Comments
 (0)