Add ports mappings to Plex
This commit is contained in:
parent
a71d0ca5b0
commit
339a5afa27
|
@ -102,6 +102,11 @@ services:
|
||||||
- web
|
- web
|
||||||
ports:
|
ports:
|
||||||
- "32400:32400"
|
- "32400:32400"
|
||||||
|
- "32400:32400/udp"
|
||||||
|
- "32469:32469"
|
||||||
|
- "32469:32469/udp"
|
||||||
|
- "5353:5353/udp"
|
||||||
|
- "1900:1900/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- configplex:/config
|
- configplex:/config
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
|
|
Loading…
Reference in New Issue