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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e38b8ba9 fix the mounting issues in 
script/docker-compose/hertzbeat-postgresql-victoria-metrics/docker-compose.yaml 
 (#2660)
8e38b8ba9 is described below

commit 8e38b8ba9bb4b1fe79a0ebadc606115402c673e5
Author: sherry-peng2333 <[email protected]>
AuthorDate: Tue Sep 3 16:25:23 2024 +0800

    fix the mounting issues in 
script/docker-compose/hertzbeat-postgresql-victoria-metrics/docker-compose.yaml 
 (#2660)
    
    Signed-off-by: sherry-peng2333 
<[email protected]>
---
 .../hertzbeat-postgresql-victoria-metrics/docker-compose.yaml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/docker-compose.yaml
 
b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/docker-compose.yaml
index 39acc2540..25b06b03d 100644
--- 
a/script/docker-compose/hertzbeat-postgresql-victoria-metrics/docker-compose.yaml
+++ 
b/script/docker-compose/hertzbeat-postgresql-victoria-metrics/docker-compose.yaml
@@ -39,8 +39,7 @@ services:
       TZ: Asia/Shanghai
     volumes:
       - ./dbdata/pgdata/data:/var/lib/postgresql/data
-      - ./conf/sql:/docker-entrypoint-initdb.d/
-      - ./ext-lib:/opt/hertzbeat/ext-lib
+      - ./conf/sql:/docker-entrypoint-initdb.d/      
     networks:
       - hertzbeat
 
@@ -81,6 +80,7 @@ services:
       - ./conf/application.yml:/opt/hertzbeat/config/application.yml
       - ./conf/sureness.yml:/opt/hertzbeat/config/sureness.yml
       - ./logs:/opt/hertzbeat/logs
+      - ./ext-lib:/opt/hertzbeat/ext-lib
     ports:
       - "1157:1157"
       - "1158:1158"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to