plex.yaml 819 B

1234567891011121314151617181920212223242526272829
  1. version: '2'
  2. services:
  3. linuxserver-plex:
  4. container_name: linuxserver-plex
  5. restart: unless-stopped
  6. image: linuxserver/plex:latest
  7. environment:
  8. - TZ=Europe/Berlin
  9. - PUID=1000
  10. - PGID=1000
  11. - VERSION=docker
  12. ports:
  13. - "32400:32400" #(for access to the Plex Media Server) [required]
  14. - "32400:32400/udp"
  15. - "32410:32410/udp" #(for current GDM network discovery)
  16. - "32412:32412/udp"
  17. - "32413:32413/udp"
  18. - "32414:32414/udp"
  19. - "32469:32469" #(for access to the Plex DLNA Server)
  20. - "32469:32469/udp"
  21. - "5353:5353" # (for older Bonjour/Avahi network discovery)
  22. #- "1900:1900/udp" #(for access to the Plex DLNA Server)
  23. volumes:
  24. - /AmberPRO/plex/config:/config
  25. - /AmberPRO/plex/media1:/data/movies
  26. - /AmberPRO/plex/transcode:/transcode