Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "2"
- services:
- plex:
- image: linuxserver/plex
- container_name: plex
- network_mode: host
- environment:
- - PUID=1000
- - PGID=100
- - VERSION=docker
- volumes:
- - /srv/dev-disk-by-id-ata-ST9160412AS_5VG8XT6P/config/plex:/config
- - /srv/2ff344b9-cd15-4792-b44e-5219b9d4f463:/tv
- - /srv/490fa2b1-9c6e-446a-95c6-e09bd2fcbc3a:/movies
- - /srv/dev-disk-by-id-ata-ST9160412AS_5VG8XT6P-part3/one/eversmannx:/audio
- - /srv/dev-disk-by-label-Apple750:/ext-hd
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement