You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
766 B

version: "3.7"
services:
server:
image: linuxserver/plex:1.40.2@sha256:15eaab9b1447e413b3f28df1cad8e5c87e4a06ac2b0eaf09aca8c6ae11feed3c
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
ports:
- 32400:32400
# Plex Companion
- 3005:3005/tcp
# Roku via Plex Companion
- 8324:8324/tcp
# Plex DLNA Server
- 32469:32469/tcp
- 1900:1900/udp
# Network discovery
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/transcode:/transcode
- ${UMBREL_ROOT}/data/storage/downloads:/downloads