Skip to content

Commit 9acc8c1

Browse files
committed
fixed github markdown strangeness
1 parent e6bed64 commit 9acc8c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,25 @@ docker create \
3838

3939
*Special note* - If you'd like to run Plex without requiring `--net=host` then you will need the following ports in your `docker create` command:
4040

41+
```
4142
-p 32400:32400 \
4243
-p 32400:32400/udp \
4344
-p 32469:32469 \
4445
-p 32469:32469/udp \
4546
-p 5353:5353/udp \
4647
-p 1900:1900/udp
48+
```
4749

4850
### User / Group Identifiers
4951

5052
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" <sup>TM</sup>.
5153

5254
In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below:
5355

56+
```
5457
$ id dockeruser
5558
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
59+
```
5660

5761
## Updates / Monitoring
5862

0 commit comments

Comments
 (0)