sherry-peng2333 commented on code in PR #2660:
URL: https://github.com/apache/hertzbeat/pull/2660#discussion_r1741621442
##########
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/
Review Comment:
The directory `ext-lib` is mounted incorrectly. It should be under the
hertzbeat service, not the postgresql service.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]