1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00
dockerfiles/monit/docker-compose.yml

8 lines
109 B
YAML
Raw Normal View History

2015-07-02 10:59:58 +00:00
monit:
image: vimagick/monit
volumes:
2015-09-02 03:52:53 +00:00
- ./monit:/etc/monit
2015-07-02 10:59:58 +00:00
pid: host
net: host
restart: always