Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raller1028 committed Nov 27, 2024
1 parent b59b5b6 commit 6773396
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Apps/Dify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- dify

api:
image: langgenius/dify-api:0.6.14
image: langgenius/dify-api:0.12.1
container_name: dify-api
restart: unless-stopped
environment:
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
- dify

worker:
image: langgenius/dify-api:0.6.14
image: langgenius/dify-api:0.12.1
container_name: dify-worker
restart: unless-stopped
environment:
Expand Down Expand Up @@ -105,7 +105,7 @@ services:
- dify

web:
image: langgenius/dify-web:0.6.14
image: langgenius/dify-web:0.12.1
container_name: dify-web
restart: unless-stopped
environment:
Expand Down Expand Up @@ -173,7 +173,7 @@ services:
- dify

sandbox:
image: langgenius/dify-sandbox:0.2.1
image: langgenius/dify-sandbox:0.2.10
container_name: dify-sandbox
restart: unless-stopped
environment:
Expand Down

0 comments on commit 6773396

Please sign in to comment.