Add ports to jellyfin

This commit is contained in:
2026-02-26 16:32:31 -06:00
parent 823c7cfba7
commit 94036d3e07

View File

@@ -12,6 +12,9 @@ services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
ports:
- "8096:8096"
- "7359:7359"
environment:
- PUID=1000
- PGID=1000