2025-04-19, 05:02 PM
Hi.
I'm using the compose service from omv extras.
The file is a bog standard compose file:
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=http://192.168.0.5 #optional
volumes:
- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/configs
config
- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/filme
data/filme
- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/muzica
data/muzica
- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/filmari
data/filmari
- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/poze
data/poze
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped
I'm using the compose service from omv extras.
The file is a bog standard compose file:
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- JELLYFIN_PublishedServerUrl=http://192.168.0.5 #optional
volumes:
- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/configs

- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/filme

- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/muzica

- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/filmari

- /srv/dev-disk-by-uuid-1c83c84b-411b-401b-aff2-044b70118f38/poze

ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped