gatus/.examples/docker-compose/docker-compose.yml
2025-04-04 19:06:29 -07:00

9 lines
140 B
YAML

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