Kaynağa Gözat

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

Co-authored-by: crazywoola <427733928@qq.com>
tags/1.0.1
Pascal M 8 ay önce
ebeveyn
işleme
6101733232
No account linked to committer's email address

+ 2
- 1
docker/docker-compose-template.yaml Dosyayı Görüntüle

@@ -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

+ 2
- 1
docker/docker-compose.yaml Dosyayı Görüntüle

@@ -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…
İptal
Kaydet