GitHub user Aias00 edited a comment on the discussion: 请问一下要如何在 hertzbeat 中动调呢?
hi, i started successfully. docker compose file like this :
i just add image tag directly
```
version: '3.8'
services:
hertzbeat:
image: apache/hertzbeat:v1.6.0
container_name: hertzbeat
ports:
- "1157:1157"
- "1158:1158"
- "5005:5005"
environment:
-
JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
restart: always
```
GitHub link:
https://github.com/apache/hertzbeat/discussions/2567#discussioncomment-10425132
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]