How can I automatically update my immich server
I am currently updating the server by running
docker compose down
Then manually downloading and replacing the .yml file from the latest update
docker compose pull
docker compose up -d
docker compose down
Then manually downloading and replacing the .yml file from the latest update
docker compose pull
docker compose up -d