Skip to content

Commit

Permalink
Update docker-compose.dify-plus.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FamousMai authored Feb 7, 2025
1 parent 81d53ca commit 4628b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.dify-plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: famousmai/dify-plus-api:0.0.3
image: famousmai/dify-plus-api:0.0.4
# build:
# context: ../api
# dockerfile: ./Dockerfile
Expand All @@ -419,7 +419,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: famousmai/dify-plus-api:0.0.3
image: famousmai/dify-plus-api:0.0.4
# build:
# context: ../api
# dockerfile: ./Dockerfile
Expand All @@ -444,7 +444,7 @@ services:

# Frontend web application.
web:
image: famousmai/dify-plus-web:0.0.3
image: famousmai/dify-plus-web:0.0.4
# build:
# context: ../web
# dockerfile: ./Dockerfile
Expand Down

0 comments on commit 4628b4c

Please sign in to comment.