Add a healthcheck

This commit is contained in:
oscarnyl 2018-01-10 23:05:54 +01:00 committed by GitHub
parent 7758a3962c
commit a68629b2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -41,4 +41,6 @@ ENV S6_LOGGING 0
ENV S6_KEEP_ENV 1
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS 2
HEALTHCHECK CMD ["dig", "@127.0.0.1", "www.google.com"]
SHELL ["/bin/bash", "-c"]