Can't connect to local Raspberry IP from Linux Mint PC for the first time during set up in Docker #2016
Unanswered
ReaderGuy42
asked this question in
Q&A
Replies: 1 comment
-
In the previous step on the tutorial make sure you include the -d (detached) otherwise the container will stop when you close the thread. And yes in the docker compose you can set a restart variable to define what you want it to do. Ie add There are also other options like I suspect the problem here is you docker configuration. Have a look at some general docker / docker compose guides. It is very powerful. |
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
-
I'm following this tutorial trying to set up Audiobookshelf.
I'm at the step Setting Up Audiobookshelf From Your Home Network
everything else has worked fine. I did the whole process via SSH from my Linux Mint PC, which worked surprisingly well (don't have much experience with this). As far as I can tell, I successfully installed Audiobookshelf in a Docker.
But now I can't seem to connect to the RasPi's local IP address. I do hostname -I still in SSH and get several numbers. One of them starts with 192 so I put that into the browser on my Mint PC, followed by the port :13378.
And then it either just tells me right away that it is Unable to connect, or once or twice it tells me that it can't connect securely (via https) but I could connect via http, but when I click yes, it just times out too.
Any advice appreciated!
I'm not interested connecting it to the internet, so I really just want to connect to it locally, if that makes a difference.
Thanks!
Edit: I imagine I've found the issue, but don't know how to solve it:
If I'm reading that right, it exits right when I launch it.
Why is that? Or rather, how do I find out why? And would dockers usually start on their own on launch? Or do I have to manually launch it via SSH every time?
Beta Was this translation helpful? Give feedback.
All reactions