1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
815f0cf55d sabnzbd: update ports 2025-02-18 10:48:20 +01:00
dd3ed2f4bc jellyfin: update to 10.10.6 2025-02-18 10:48:20 +01:00
3 changed files with 5 additions and 1 deletions

2
.env
View File

@ -110,3 +110,5 @@ GLUETUN_JAPAN_EXTERNAL_PORT=8888
HANDBRAKER_SERVER_INTERNAL_PORT=9999
HANDBRAKER_SERVER_EXTERNAL_PORT=9997
REDLIB_EXTERNAL_PORT=8088
SABNZBD_EXTERNAL_PORT=8081
SABNZBD_INTERNAL_PORT=8080

View File

@ -1,7 +1,7 @@
---
services:
jellyfin:
image: linuxserver/jellyfin:10.10.4
image: linuxserver/jellyfin:10.10.6
container_name: jellyfin
ports:
- "8096:8096"

View File

@ -11,6 +11,8 @@ services:
- PGID=100
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:sabnzbd
- TP_THEME=dracula
ports:
- "${SABNZBD_EXTERNAL_PORT}:${SABNZBD_INTERNAL_PORT}"
volumes:
- "${DOCKER_STORAGE_PATH}/sabnzbd:/config"
- "${DOWNLOADS_PATH}/sabnzbd:/downloads"