Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update immich docker images to v1.125.3 #841

Merged
merged 1 commit into from
Jan 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions how-to-install-immich-on-dockge/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions how-to-install-immich-on-portainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading