1
0

Compare commits

..

No commits in common. "815f0cf55dc72544f363d05483340b8207e4c874" and "2fd65fcbdd6dffc5c3962ee03ebbd49cde03aec7" have entirely different histories.

3 changed files with 1 additions and 5 deletions

2
.env
View File

@ -110,5 +110,3 @@ 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.6
image: linuxserver/jellyfin:10.10.4
container_name: jellyfin
ports:
- "8096:8096"

View File

@ -11,8 +11,6 @@ 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"