Replies: 7 comments 9 replies
-
Hi Ryan, have you tried enabling Docker for WSL2 in the Docker for Windows's setting page? https://stackoverflow.com/questions/60708229/wsl2-cannot-connect-to-the-docker-daemon |
Beta Was this translation helpful? Give feedback.
-
Thanks for pointing me in this direction. I didn't realize I need to install Docker Desktop for windows when using docker in WSL. I had only installed docker and docker-compose in WSL/Ubuntu. Once I installed Docker Desktop, I could get everything to startup correctly. But when browsing to localhost:2283 I get a 502 Bad Gateway error from nginx. I ran |
Beta Was this translation helpful? Give feedback.
-
I think we might need the logs from the proxy container? But when I run docker logs on that container, I get When I ssh into that container and go into the nginx logs directory, it looks like logging is setup to go to STDOUT & STDERR. Which seems right to me.
|
Beta Was this translation helpful? Give feedback.
-
Ok I edited the docker-compose file and commented out the
section. Now I am able to get some output from the immich_proxy container when running
|
Beta Was this translation helpful? Give feedback.
-
Is this what you are looking for? It's from the output of |
Beta Was this translation helpful? Give feedback.
-
No change. You are probably right it's probably not related to the proxy. Are there any other logs I can manually check in that docker container? |
Beta Was this translation helpful? Give feedback.
-
Do you think this could be the problem?
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to install on WSL2 in Windows 11. I get this error when doing the Express install or the Recommended install. I'm trying to do this in WSL2 on a Windows 11 machine. Maybe that is the problem? I did find some mentions of WSL2 here indicating it might work. #42
Any ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions