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

10 lines
155 B
YAML
Raw Normal View History

2022-01-21 03:59:53 +00:00
version: "3.8"
services:
monit:
image: vimagick/monit
volumes:
- ./data:/etc/monit
pid: host
net: host
restart: unless-stopped