Deploy 1.8.0_12-dev (#132)

* Update 1.8.0_12
* Update readme
This commit is contained in:
Alex
2022-04-29 13:10:42 -05:00
committed by GitHub
parent 38e0178c81
commit 2c4243b3d0
11 changed files with 71 additions and 31 deletions

View File

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