diff --git a/docker/docker-compose-template.yaml b/docker/docker-compose-template.yaml index 6f6508c77b..843e437767 100644 --- a/docker/docker-compose-template.yaml +++ b/docker/docker-compose-template.yaml @@ -2,7 +2,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: langgenius/dify-api:0.15.2 + image: akiyu303/lefeng-api:latest restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -27,7 +27,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: langgenius/dify-api:0.15.2 + image: akiyu303/lefeng-api:latest restart: always extra_hosts: - "host.docker.internal:host-gateway" diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 0c4c3b2bfe..14b8eb054f 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -396,7 +396,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: langgenius/dify-api:0.15.2 + image: akiyu303/lefeng-api:latest restart: always extra_hosts: - "host.docker.internal:host-gateway" @@ -421,7 +421,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: langgenius/dify-api:0.15.2 + image: akiyu303/lefeng-api:latest restart: always extra_hosts: - "host.docker.internal:host-gateway"