Replies: 2 comments
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, a bit of a noob question perhaps. I run Feishin in docker using:
docker run -d --name feishin -p 9180:9180 ghcr.io/jeffvli/feishin:latest
I'm trying to hardcode the server URL (a navidrome server), but I can't figure out how to do it. I tried:
docker run -d --name feishin -p 9180:9180 ghcr.io/jeffvli/feishin:latest -e SERVER_NAME="my_server" -e SERVER_TYPE="navidrome" -e SERVER_URL="server_url" -e SERVER_LOCK=true
(with the actual server URL of course), but it doesn't work.What am I doing wrong? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions