remove commented out plex server - not needed, plex account and leeching of ej works without it

This commit is contained in:
2024-02-17 21:55:49 +11:00
parent 9f5138f8e7
commit e7c6f83a86

View File

@@ -160,28 +160,6 @@ services:
- /srv/docker/container/calibre/config:/config
- /etc/localtime:/etc/localtime:ro
# plex:
# container_name: plex
# image: plexinc/pms-docker
# restart: always
# environment:
# - TZ=Australia/Melbourne
# - PLEX_CLAIM=claim-Mgs3KDD_zM-rheXvz6FJ
# - PLEX_UID=500
# - PLEX_GID=500
# hostname: plex_dp
# labels:
# - "com.centurylinklabs.watchtower.enable=true"
# depends_on:
# - pihole
# volumes:
# - /srv/docker/container/plex/config:/config
# - /srv/docker/container/plex/transcode:/transcode
# - /srv/docker/container/plex/storage:/data
# - /etc/localtime:/etc/localtime:ro
# ports:
# - "32400:32400"
# this is running network_mode: host to be on 192.168.0/24 subnet, so that
# direct play on tv works (from memory)
emby: