mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
30 lines
789 B
YAML
30 lines
789 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
server:
|
|
image: linuxserver/plex:version-1.32.7.7621-871adbd44@sha256:fedd6ee2ba80c509e6433a23d3dcbbade12bda0162c879bc1a64d7c75a2810fc
|
|
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
|