You shouldn’t need to update manually because the Docker compose gets updated from BigBearCasaOS. When it doesn’t update, you normally have to restart CasaOS then it brings the update in.
# Configuration for big-bear-immich setup
name: big-bear-immich
# Service definitions for the big-bear-immich application
services:
# Main Immich Server service configuration
immich-server:
container_name: immich-server # Name of the running container
image: ghcr.io/immich-app/immich-server:v1.122.2 # Image to be used
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
ports: # Mapping ports from the host OS to the container
- 2283:2283
volumes: # Mounting directories for persistent data storage
- /DATA/AppData/$AppID/upload:/usr/src/app/upload
environment: # Setting environment variables
DB_HOSTNAME: immich-postgres
DB_USERNAME: casaos
DB_PASSWORD: casaos
This file has been truncated. show original
You also can make sure the time is set correctly: How to Automatically Update Date, Time, and Timezone on Your Linux System
I went ahead and update the sha: