Removed plex
This commit is contained in:
parent
bb64e09070
commit
3e0db69842
1 changed files with 0 additions and 24 deletions
|
@ -17,30 +17,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
restart: unless-stopped
|
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:
|
sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
image: lscr.io/linuxserver/sonarr:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue