fix: Add plugin_daemon to default network

pull/22007/head
Gavin D'souza 7 months ago
parent f89990825f
commit d98f71b9cb
No known key found for this signature in database
GPG Key ID: 5413A43FBD450A34

@ -196,6 +196,8 @@ services:
depends_on:
db:
condition: service_healthy
networks:
- default
# ssrf_proxy server
# for more information, please refer to

@ -711,6 +711,8 @@ services:
depends_on:
db:
condition: service_healthy
networks:
- default
# ssrf_proxy server
# for more information, please refer to

Loading…
Cancel
Save