Sign inSign up

trilliumit/bosun

By trilliumit

Updated over 9 years ago

Bosun image.

Image
0

1.2K

trilliumit/bosun repository overview

A Docker image for Bosun

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: {}

Tag summary

Content type

Image

Digest

Size

61.3 MB

Last updated

over 9 years ago

docker pull trilliumit/bosun