This is an automated email from the ASF dual-hosted git repository.

Aias00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e539dda59 fix: add mounts for external libraries in docker-compose to 
prevent startup issues (missing database connector driver) when using an 
external database datasource other than H2 (#6389) (#6391)
4e539dda59 is described below

commit 4e539dda59d7388d972f9309544fe4ddd8cef750
Author: exyb <[email protected]>
AuthorDate: Mon Jul 6 17:52:15 2026 +0800

    fix: add mounts for external libraries in docker-compose to prevent startup 
issues (missing database connector driver) when using an external database 
datasource other than H2 (#6389) (#6391)
    
    Co-authored-by: yuanbo7 <[email protected]>
    Co-authored-by: aias00 <[email protected]>
---
 .../shenyu-docker-compose-dist/src/main/resources/docker-compose.yaml   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/docker-compose.yaml 
b/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/docker-compose.yaml
index d89b11ff3f..f2f0ad1c14 100644
--- 
a/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/docker-compose.yaml
+++ 
b/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/docker-compose.yaml
@@ -25,6 +25,7 @@ services:
     volumes:
       - ./shenyu-bootstrap/logs/:/opt/shenyu-bootstrap/logs
       - ./shenyu-bootstrap/conf/:/opt/shenyu-bootstrap/conf
+      - ./shenyu-bootstrap/ext-lib/:/opt/shenyu-bootstrap/ext-lib
     depends_on:
       - shenyu-admin
     environment:
@@ -39,6 +40,7 @@ services:
     volumes:
       - ./shenyu-admin/logs/:/opt/shenyu-admin/logs
       - ./shenyu-admin/conf/:/opt/shenyu-admin/conf
+      - ./shenyu-admin/ext-lib/:/opt/shenyu-admin/ext-lib
     ports:
       - "9095:9095"
     healthcheck:

Reply via email to