gluetun for jellyfin
This commit is contained in:
@@ -6,6 +6,9 @@ services:
|
|||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
|
network_mode: "service:gluetun"
|
||||||
|
depends_on:
|
||||||
|
- gluetun
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
@@ -14,8 +17,6 @@ services:
|
|||||||
- /path/to/jellyfin/library:/config
|
- /path/to/jellyfin/library:/config
|
||||||
- /path/to/tvseries:/data/tvshows
|
- /path/to/tvseries:/data/tvshows
|
||||||
- /path/to/movies:/data/movies
|
- /path/to/movies:/data/movies
|
||||||
ports:
|
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
############################
|
############################
|
||||||
# PLEX
|
# PLEX
|
||||||
|
|||||||
Reference in New Issue
Block a user