Files
gatus/.examples/docker-compose/docker-compose.yml
2022-03-20 00:04:13 -04:00

9 lines
140 B
YAML

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