mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
Pump docker-compose container version
This commit is contained in:
parent
373b6918f8
commit
a1792a7d94
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user