fixed github markdown strangeness

This commit is contained in:
IronicBadger 2016-02-04 09:14:48 +00:00
parent e6bed648e8
commit 9acc8c1c79

View file

@ -38,12 +38,14 @@ docker create \
*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: *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:
```
-p 32400:32400 \ -p 32400:32400 \
-p 32400:32400/udp \ -p 32400:32400/udp \
-p 32469:32469 \ -p 32469:32469 \
-p 32469:32469/udp \ -p 32469:32469/udp \
-p 5353:5353/udp \ -p 5353:5353/udp \
-p 1900:1900/udp -p 1900:1900/udp
```
### User / Group Identifiers ### User / Group Identifiers
@ -51,8 +53,10 @@ Sometimes when using data volumes (`-v` flags) permissions issues can arise betw
In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below: In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as below:
```
$ id dockeruser $ id dockeruser
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup) uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
```
## Updates / Monitoring ## Updates / Monitoring