Removed plex

This commit is contained in:
Atridad Lahiji 2024-09-01 01:31:13 -06:00
parent bb64e09070
commit 3e0db69842
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -17,30 +17,6 @@ services:
ports:
- 8096:8096
restart: unless-stopped
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
restart: always
ports:
- "32400:32400/tcp"
- "3005:3005/tcp"
- "8324:8324/tcp"
- "32469:32469/tcp"
- "1900:1900/udp"
- "32410:32410/udp"
- "32412:32412/udp"
- "32413:32413/udp"
- "32414:32414/udp"
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- VERSION=docker
- PLEX_CLAIM=$PLEX_CLAIM
- ROOT_PATH=$ROOT_PATH
volumes:
- ${ROOT_PATH}/config:/config
- ${ROOT_PATH}/data/media:/media
sonarr:
image: lscr.io/linuxserver/sonarr:latest