diff --git a/how-to-install-immich-on-dockge/docker-compose.yml b/how-to-install-immich-on-dockge/docker-compose.yml index 2f78070..6cd3c46 100644 --- a/how-to-install-immich-on-dockge/docker-compose.yml +++ b/how-to-install-immich-on-dockge/docker-compose.yml @@ -5,7 +5,7 @@ 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.125.2 # Image to be used + image: ghcr.io/immich-app/immich-server:v1.125.3 # Image to be used ports: # Mapping ports from the host OS to the container - 2283:2283 volumes: # Mounting directories for persistent data storage @@ -28,7 +28,7 @@ services: # Configuration for Immich Machine Learning service immich-machine-learning: container_name: immich-machine-learning # Name of the running container - image: ghcr.io/immich-app/immich-machine-learning:v1.125.2 # Image to be used + image: ghcr.io/immich-app/immich-machine-learning:v1.125.3 # Image to be used volumes: # Mounting directories for persistent data storage - immich_cache:/cache environment: # Setting environment variables diff --git a/how-to-install-immich-on-portainer/docker-compose.yml b/how-to-install-immich-on-portainer/docker-compose.yml index 57fa8f4..4c51a14 100644 --- a/how-to-install-immich-on-portainer/docker-compose.yml +++ b/how-to-install-immich-on-portainer/docker-compose.yml @@ -5,7 +5,7 @@ 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.125.2 # Image to be used + image: ghcr.io/immich-app/immich-server:v1.125.3 # Image to be used ports: # Mapping ports from the host OS to the container - 2283:2283 volumes: # Mounting directories for persistent data storage @@ -28,7 +28,7 @@ services: # Configuration for Immich Machine Learning service immich-machine-learning: container_name: immich-machine-learning # Name of the running container - image: ghcr.io/immich-app/immich-machine-learning:v1.125.2 # Image to be used + image: ghcr.io/immich-app/immich-machine-learning:v1.125.3 # Image to be used volumes: # Mounting directories for persistent data storage - immich_cache:/cache environment: # Setting environment variables