From 9efb421b5cbdbae53df3a41556954530576dcc73 Mon Sep 17 00:00:00 2001 From: mneten Date: Tue, 17 Dec 2024 13:09:01 -0700 Subject: [PATCH] Change Port (#884) simply changed port from 8086 to 8096 in line 50 --- ct/jellyfin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index 84d8e2053..bc5ec5400 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -47,4 +47,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8086${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8096${CL}"