Updating on in Docker on Windows 10

I had v1.74.0 installed on a Windows 10 PC. I see that there is an update to v.175.0. I rang the command from the immich app folder in Program Data docker-compose pull && docker-compose up -d Docker seemed to downlaod everything but I got the following meassage - Container immich_server Recreate 1.3s Error response from daemon: Conflict. The container name "/d1a619a9defc_immich_server" is already in use by container "0512e6f65842ab99f89f30f8ca12a29e6dc3b2d19b4263e059c4206745f8f328". You have to remove (or rename) that container to be able to reuse that name. What do I have to complete the update in Docker on Windows 10? {Sorry but I don't know anything about Docker programs)
4 Replies
jrasm91
jrasm912y ago
You can always try docker compose down first then docker compose up -d
harrisc
harriscOP2y ago
Thanks for the suggestions of using docker compose down I notice in the examplew.env there are commands whic are not in my .env naemely: DB_PASSWORD=postgres DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich REDIS_HOSTNAME=immich_redis Do I need to add these? Thanks again
jrasm91
jrasm912y ago
Is your immich app working without them? Those are almost all required.
harrisc
harriscOP2y ago
Oops, my mistake they are there, I just wasn't looking properly! I am up to version 1.75.2 now; thanks

Did you find this page helpful?