Update README.md

This commit is contained in:
TwiN 2019-10-04 14:12:21 -04:00 committed by GitHub
parent d612e6c4b9
commit c4e02e3a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ services:
- name: twinnation # Name of your service, can be anything
url: https://twinnation.org/actuator/health
interval: 15s # Duration to wait between every status check (opt. default: 10s)
failure-threshold: 3
failure-threshold: 3 # TODO
conditions:
- "$STATUS == 200"
- name: github