I
Immich2y ago
Helyon

immich-proxy won't start in development environment

I just wanted to start developing the {album} storage Template and started the development containers with "make dev". Unfortunately, the immich-proxy container keeps restarting and spams "2023-06-25 21:35:43 /docker-entrypoint.sh: line 31: /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh: not found" into the logs I'm on Windows with Docker Desktop running in WSL2.
12 Replies
jrasm91
jrasm912y ago
Man all you windows developers lol
Helyon
HelyonOP2y ago
🤷‍♂️
jrasm91
jrasm912y ago
Maybe try make dev-update
Helyon
HelyonOP2y ago
hmm doesn't work. I think this is an issue with Ipv6 (as always 😒)
Helyon
HelyonOP2y ago
No description
Helyon
HelyonOP2y ago
Now this is the last log The file exists there, I can see it in the file manager of docker desktop Okay you were basically right, it was the good ol' windows issue with CRLF line endings
jrasm91
jrasm912y ago
You can configure git to checkout as new lines not carriage returns
Helyon
HelyonOP2y ago
"not found" was refered to the shebang yeah I know I was pretty sure I have done that, that's why I excluded that in the first place 😅
jrasm91
jrasm912y ago
Ah nice.
Helyon
HelyonOP2y ago
but yeah, I was wrong thank you for your help
jrasm91
jrasm912y ago
That fixed it then?
Helyon
HelyonOP2y ago
yes I converted the line endings in webstorm But I will repull it with git correctly configured

Did you find this page helpful?