diff --git a/.env b/.env index c7a9eb9..c7804c8 100644 --- a/.env +++ b/.env @@ -77,7 +77,7 @@ SSL_BYPASS = "True" ## Jellyfin server URL, use hostname or IP address if the hostname is not resolving correctly ## Comma separated list for multiple servers -JELLYFIN_BASEURL = "https://jellyfin.home.blapointe.com +JELLYFIN_BASEURL = "https://jellyfin.home.blapointe.com" ## Jellyfin api token, created manually by logging in to the jellyfin server admin dashboard and creating an api key ## Comma separated list for multiple servers diff --git a/run.sh b/run.sh index 8866e5c..5f007e2 100644 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #! /usr/bin/env bash -docker run --rm -it -v "$PWD/env:/app/.env" luigi311/jellyplex-watched:latest +docker run --rm -it -v "$PWD/.env:/app/.env" luigi311/jellyplex-watched:latest