Skip to content

Commit

Permalink
chore(deps): update immich docker images to v1.118.1 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 1bfaf3f commit d5168ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.118.0 # Image to be used
image: ghcr.io/immich-app/immich-server:v1.118.1 # Image to be used
ports: # Mapping ports from the host OS to the container
- 2283:3001
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.118.0 # Image to be used
image: ghcr.io/immich-app/immich-machine-learning:v1.118.1 # 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.118.0 # Image to be used
image: ghcr.io/immich-app/immich-server:v1.118.1 # Image to be used
ports: # Mapping ports from the host OS to the container
- 2283:3001
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.118.0 # Image to be used
image: ghcr.io/immich-app/immich-machine-learning:v1.118.1 # Image to be used
volumes: # Mounting directories for persistent data storage
- immich_cache:/cache
environment: # Setting environment variables
Expand Down

0 comments on commit d5168ea

Please sign in to comment.