This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/plex/docker-compose.yml
Andreas Zweili 32e559a833 remove unnecessary variables
I've learned this from the Jitsi config that you don't have to add a
variable if the key name is the same in the compose file
as it is in the .env file
2020-04-14 21:16:39 +02:00

15 lines
277 B
YAML

version: '2'
services:
plex:
container_name: plex
image: plexinc/pms-docker
restart: unless-stopped
environment:
- TZ
- PLEX_CLAIM
network_mode: host
volumes:
- ./config:/config
- ./tmp:/transcode
- /mnt/media:/mnt/media