#167: Rename examples/ to .examples/

This commit is contained in:
TwiN
2021-10-24 15:20:39 -04:00
parent fb2448c15a
commit 8f50e44b45
21 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,6 @@
endpoints:
- name: example
url: https://example.org
interval: 30s
conditions:
- "[STATUS] == 200"

View File

@ -0,0 +1,8 @@
version: "3.8"
services:
gatus:
image: twinproduction/gatus:latest
ports:
- 8080:8080
volumes:
- ./config.yaml:/config/config.yaml