1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 19:19:42 +00:00
Files
gatus/examples/docker-compose/docker-compose.yml
2021-07-18 20:52:42 -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