Hello, I updated from 105.1 to 106.3. I'm using Unraid docker compose and this is how I update it.
- docker compose -f /boot/config/plugins/compose.manager/projects/Immich/docker-compose.yml up down
- Update the compose file base on the instructions.
- docker compose -f /boot/config/plugins/compose.manager/projects/Immich/docker-compose.yml pull
- docker compose -f /boot/config/plugins/compose.manager/projects/Immich/docker-compose.yml up -d --remove-orphans
The update is ok and I can access the app but the log says:
"service "immich-microservices" has neither an image nor a build context specified: invalid compose project"
What should I do?
.