fix(docker): plugin daemon lacks database dependency (#15038)

Co-authored-by: crazywoola <427733928@qq.com>
pull/15097/head
Pascal M 11 months ago committed by GitHub
parent 778861f461
commit 6101733232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -153,7 +153,8 @@ services:
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}"
volumes:
- ./volumes/plugin_daemon:/app/storage
depends_on:
- db
# ssrf_proxy server
# for more information, please refer to

@ -568,7 +568,8 @@ services:
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}"
volumes:
- ./volumes/plugin_daemon:/app/storage
depends_on:
- db
# ssrf_proxy server
# for more information, please refer to

Loading…
Cancel
Save