Add ports mappings to Plex

This commit is contained in:
Jean Froment 2019-03-03 15:45:01 +01:00
parent a71d0ca5b0
commit 339a5afa27
1 changed files with 5 additions and 0 deletions

View File

@ -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