Advertisement
eversmannx

my plex docker composer

Jun 6th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. version: "2"
  2. services:
  3. plex:
  4. image: linuxserver/plex
  5. container_name: plex
  6. network_mode: host
  7. environment:
  8. - PUID=1000
  9. - PGID=100
  10. - VERSION=docker
  11. volumes:
  12. - /srv/dev-disk-by-id-ata-ST9160412AS_5VG8XT6P/config/plex:/config
  13. - /srv/2ff344b9-cd15-4792-b44e-5219b9d4f463:/tv
  14. - /srv/490fa2b1-9c6e-446a-95c6-e09bd2fcbc3a:/movies
  15. - /srv/dev-disk-by-id-ata-ST9160412AS_5VG8XT6P-part3/one/eversmannx:/audio
  16. - /srv/dev-disk-by-label-Apple750:/ext-hd
  17. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement