diff --git a/docker-compose.yml b/docker-compose.yml index 99f4ed9..4a6327d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v1.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d + image: ghcr.io/immich-app/immich-server:v1.83.0@sha256:76e78d66ff56ad1e377edfcbec079ae506e8b25b89d075d3a2de2ff2f93b882a command: ["start.sh", "immich"] volumes: - library:/usr/src/app/upload @@ -20,7 +20,7 @@ services: immich-microservices: container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:v1.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d + image: ghcr.io/immich-app/immich-server:v1.83.0@sha256:76e78d66ff56ad1e377edfcbec079ae506e8b25b89d075d3a2de2ff2f93b882a command: ["start.sh", "microservices"] volumes: - library:/usr/src/app/upload @@ -37,7 +37,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:v1.82.1@sha256:9ff5a57031bcf687b2d222f5f473279ae5e47908d38da70c568c95b211227667 + image: ghcr.io/immich-app/immich-machine-learning:v1.83.0@sha256:e2e921f8f0e496dcf051a42dd934bcd57724fb91784a2ec70a3d9d4aea1675f8 volumes: - model-cache:/cache env_file: @@ -48,7 +48,7 @@ services: immich-web: container_name: immich_web - image: ghcr.io/immich-app/immich-web:v1.82.1@sha256:b59ec80d45a9395f020c312868abd08eafbfe3594e83955d7e566096309f0f2f + image: ghcr.io/immich-app/immich-web:v1.83.0@sha256:7ac4af26ec224864316cae1cfe0a0d0a2dd2e2cd12f2e8217cc833c490e110f4 env_file: - stack.env restart: always @@ -93,7 +93,7 @@ services: immich-proxy: container_name: immich_proxy - image: ghcr.io/immich-app/immich-proxy:v1.82.1@sha256:96239238d467a69e68db007339497c5e5bab820d2152300aa46b3e031f2c245e + image: ghcr.io/immich-app/immich-proxy:v1.83.0@sha256:fcb6697e7885f4c004b2e308b496d12999c0c6845d150353c312b0c9c7df5de7 environment: # Make sure these values get passed through from the env file - IMMICH_SERVER_URL