I
Immich•2y ago
Tribux

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 😉
No description
2 Replies
Allram
Allram•2y ago
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.
Tribux
TribuxOP•2y ago
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 😄

Did you find this page helpful?