Pump docker-compose container version
This commit is contained in:
parent
373b6918f8
commit
a1792a7d94
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue