Skip to content

Commit 4d81037

Browse files
committed
fixed tabs
1 parent cd5ec95 commit 4d81037

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ 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-
-p 32400:32400 \
42-
-p 32400:32400/udp \
43-
-p 32469:32469 \
44-
-p 32469:32469/udp \
45-
-p 5353:5353/udp \
46-
-p 1900:1900/udp
41+
-p 32400:32400 \
42+
-p 32400:32400/udp \
43+
-p 32469:32469 \
44+
-p 32469:32469/udp \
45+
-p 5353:5353/udp \
46+
-p 1900:1900/udp
4747

4848
### User / Group Identifiers
4949

5050
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>.
5151

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

54-
$ id dockeruser
55-
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
54+
$ id dockeruser
55+
uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)
5656

5757
## Updates / Monitoring
5858

0 commit comments

Comments
 (0)