gatus/example/docker-compose/docker-compose.yml

8 lines
178 B
YAML
Raw Normal View History

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