mirror of https://github.com/langgenius/dify.git
bump docker compose daemon version
This commit is contained in:
parent
ef256ac276
commit
4eacbf37ff
|
|
@ -180,7 +180,7 @@ services:
|
|||
|
||||
# plugin daemon
|
||||
plugin_daemon:
|
||||
image: langgenius/dify-plugin-daemon:0.3.3-local
|
||||
image: langgenius/dify-plugin-daemon:0.4.0-local
|
||||
restart: always
|
||||
environment:
|
||||
# Use the shared environment variables.
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ services:
|
|||
|
||||
# plugin daemon
|
||||
plugin_daemon:
|
||||
image: langgenius/dify-plugin-daemon:0.3.3-local
|
||||
image: langgenius/dify-plugin-daemon:0.4.0-local
|
||||
restart: always
|
||||
env_file:
|
||||
- ./middleware.env
|
||||
|
|
|
|||
Loading…
Reference in New Issue