taking plex out of gluetun for initial config

This commit is contained in:
tijsg
2025-05-31 20:07:22 +02:00
parent b1214b32d1
commit 527bc117c4

View File

@@ -24,9 +24,9 @@ services:
plex:
image: lscr.io/linuxserver/plex:latest
container_name: plex
network_mode: "service:gluetun"
depends_on:
- gluetun
# network_mode: "service:gluetun"
# depends_on:
# - gluetun
environment:
- PUID=1000
- PGID=1000