entrypoint no such file
I recently got my Immich server back up but I am getting a bunch of these returns while it is operating, any cause for concern?

27 Replies
Your docker-compose file is probably out of date
and you will need TYPESENSE_API_KEY in your .env
Oh interesting I didn't know I needed to update that
is there any documentation on that process and how to add
GitHub
Release v1.51.0 · immich-app/immich
v1.51.0
Breaking Changes 🚨
This release added a new container to Immich's ecosystem, namely Typesense. Please update your docker-compose.yml file to include the new container and .env file to h...
Here you go
this was from 3 releases ago
Thank you Alex I will definitely look into this. If I may just ask a quick question. When I want to power down my server for cleaning and then power it back on, should I be shutting down the docker container before I shut down?
And like wise does that mean I will have to start it back up on the next start up
You don't have to, when you shutdown your computer, it would send a signal to docker container to shutdown as well
with the way Immich is setup, it will auto start upon startup
I see, that is perfect. thanks so much
I tried adding it but I think I may have done something wrong

any idea what I did wrong?
your machine learning block is not correct
Oh wow, I didn't even touch that. Perhaps another thing I missed?
Left is mine, Right is the one from the installation page

you have entry_point which is not correct
So I should just remove line 48?
yes
Okay I deleted it, upon trying to start up I am getting the same error
This is with the line 48 removed
If you don't change anything why don't you cope the whole file?
like use the one from the installation?
from the website
yes
Hmm, good point
That did it!
So I was not aware about making changes to that file, I am not the best with keeping up with these changes. Seems like every couple months or so it breaks because I just leave it running without updating. You have been more than helpful but if I may ask one thing, what is the best way to keep up to date? Is there like a script or something?
the best way is to read the release note
because we are still in development
GitHub
Releases · immich-app/immich
Self-hosted photo and video backup solution directly from your mobile phone. - immich-app/immich
this^
yes
Thanks so much for the help