An example of docker-compose.yml:
version: '2'
services:
server:
image: mkuzmin/bosun
volumes:
- ./bosun.conf:/bosun.conf:ro
- data:/data
command: -c /bosun.conf
ports:
- "8070:8070"
volumes:
data: {}
Content type
Image
Digest
Size
61.3 MB
Last updated
over 9 years ago
docker pull trilliumit/bosun