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
Man all you windows developers lol
🤷♂️
Maybe try make dev-update
hmm doesn't work. I think this is an issue with Ipv6 (as always 😒)

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
You can configure git to checkout as new lines not carriage returns
"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 😅
Ah nice.
but yeah, I was wrong
thank you for your help
That fixed it then?
yes I converted the line endings in webstorm
But I will repull it with git correctly configured