[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
c791eaad98
commit
832ffe0ba8
1 changed files with 27 additions and 1 deletions
28
compose.yaml
28
compose.yaml
|
|
@ -1 +1,27 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
jellyfin:
|
||||||
|
image: lscr.io/linuxserver/jellyfin:latest
|
||||||
|
container_name: jellyfin
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
volumes:
|
||||||
|
- /app-config/jellyfin:/config
|
||||||
|
- /app-config/jellyfin_backup:/backup
|
||||||
|
- data:/data
|
||||||
|
ports:
|
||||||
|
- 8096:8096
|
||||||
|
- 8920:8920 #optional
|
||||||
|
- 7359:7359/udp #optional
|
||||||
|
- 1900:1900/udp #optional
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
name: data
|
||||||
|
driver: local
|
||||||
|
driver_opts:
|
||||||
|
device: :/volume1/nas
|
||||||
|
o: addr=192.168.5.100,nolock,soft,rw
|
||||||
|
type: nfs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue