cannot start immich server after night
#container error
Hi. Yesterday I created new docker file and started all from scratch, uploaded over 2GB of photos from phone all cool, but today server is not responding.. I have following errors:
Let me know if I can fix it or start again 😉

2 Replies
It seems like you did not remove the old containers, and you can have 2 containers with the exact same name.
So delete the old containers before you start the new ones.
I have done that with:
docker rm -vf $(docker ps -aq)
docker rmi -f $(docker images -aq)
And then created current one that worked and after night stopped 😦
I even change the drive and removed everything from previous...btw my drive Data is changing each time I restart PC, data1, data2.and so on, how to make path flexible in .env or fixed in system.. that is additional question 😄