The compose file references the image docker.internal:5000/monit:latest
that does not exist publicly because the image was built using the provided monit Dockerfile.
The /conf
mount within the guest should be mapped to a folder on the host and it will be read by monit on startup. Ideally, a small settings
file should be present with the following contents:
set daemon 120 # check services at 2-minute intervals set logfile /dev/stdout set httpd port 2812 use address 0.0.0.0 allow admin:swordfish include services/*
that:
2812
and the HTTP server listens on all addresses (necessary for Docker) with the username admin
and password swordfish
,services/
subfolder from the current directory where the user can place monit services to monitor.Unable to display file "https://svn.grimore.org/docker/compose/monit.yml": It may not exist, or permission may be denied.
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.