fix(invidious): correct access URL port from 8086 to 3000

This commit is contained in:
MickLesk
2026-05-18 14:03:47 +02:00
parent aac0c75567
commit f2d1ca82db

View File

@@ -78,4 +78,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}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}"