gatus/.examples/docker-compose/docker-compose.yml

8 lines
156 B
YAML
Raw Normal View History

version: "3.8"
services:
2021-06-03 00:59:08 +02:00
gatus:
image: twinproduction/gatus:latest
ports:
- 8080:8080
volumes:
- ./config.yaml:/config/config.yaml