gatus/.examples/docker-compose/docker-compose.yml
2021-10-24 15:20:39 -04:00

8 lines
156 B
YAML

version: "3.8"
services:
gatus:
image: twinproduction/gatus:latest
ports:
- 8080:8080
volumes:
- ./config.yaml:/config/config.yaml