Sfoglia il codice sorgente

Pump docker-compose container version

Alex 3 anni fa
parent
commit
a1792a7d94
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docker/docker-compose.yml

+ 2 - 2
docker/docker-compose.yml

@@ -2,7 +2,7 @@ version: "3.8"
 
 services:
   immich_server:
-    image: altran1502/immich-server:v1.8.0_12-dev
+    image: altran1502/immich-server:v1.9.0_13-dev
     entrypoint: ["/bin/sh", "./entrypoint.sh"]
     expose:
       - "3000"
@@ -20,7 +20,7 @@ services:
     restart: unless-stopped
 
   immich_microservices:
-    image: altran1502/immich-microservices:v1.8.0_12-dev
+    image: altran1502/immich-microservices:v1.9.0_13-dev
     entrypoint: ["/bin/sh", "./entrypoint.sh"]
     expose:
       - "3001"