fix: remove 5002 port from docker mapping

This commit is contained in:
Yeuoly 2025-01-06 21:45:44 +08:00
parent 8d75abc976
commit 07c7b7b886
2 changed files with 2 additions and 3 deletions

View File

@ -137,7 +137,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:6ba6c9ace720cfe208d8f3dfd6a9d71ecf0e67c2-local
image: langgenius/dify-plugin-daemon:ac0e7f3d50cfa6c7cb872f2e8353e3b52a7cff0a-local
restart: always
environment:
# Use the shared environment variables.
@ -154,7 +154,6 @@ services:
PLUGIN_REMOTE_INSTALLING_PORT: ${PLUGIN_DEBUGGING_PORT:-5003}
PLUGIN_WORKING_PATH: ${PLUGIN_WORKING_PATH:-/app/storage/cwd}
ports:
- "${EXPOSE_PLUGIN_DAEMON_PORT:-5002}:${PLUGIN_DAEMON_PORT:-5002}"
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}"
volumes:
- ./volumes/plugin_daemon:/app/storage

View File

@ -540,7 +540,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:6ba6c9ace720cfe208d8f3dfd6a9d71ecf0e67c2-local
image: langgenius/dify-plugin-daemon:ac0e7f3d50cfa6c7cb872f2e8353e3b52a7cff0a-local
restart: always
environment:
# Use the shared environment variables.