gluetun for jellyfin

This commit is contained in:
tijsg
2025-05-31 18:33:45 +02:00
parent d8a9c4ad0e
commit 4bb5995f09

View File

@@ -6,6 +6,9 @@ services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
network_mode: "service:gluetun"
depends_on:
- gluetun
environment:
- PUID=1000
- PGID=1000
@@ -14,8 +17,6 @@ services:
- /path/to/jellyfin/library:/config
- /path/to/tvseries:/data/tvshows
- /path/to/movies:/data/movies
ports:
restart: unless-stopped
############################
# PLEX