1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/jmxtrans/docker-compose.yml

7 lines
126 B
YAML
Raw Normal View History

2018-10-25 08:10:22 +00:00
jmxtrans:
image: jmxtrans/jmxtrans
command: start-without-jmx
volumes:
- ./data:/var/lib/jmxtrans
restart: always