diff --git a/README.md b/README.md index 4120e70..e68fa2b 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ Based on [official PHP image](https://hub.docker.com/_/php/) for PHP 5.6.40 with ## Copyright -> Copyright (c) 2021 Ben Green +> Copyright (c) 2021 Ben Green > Unless otherwise stated diff --git a/VERSION b/VERSION index 8cfbc90..8428158 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.1.2 \ No newline at end of file diff --git a/overlay/usr/local/bin/healthcheck b/overlay/usr/local/bin/healthcheck index 73e8ce4..66e2915 100644 --- a/overlay/usr/local/bin/healthcheck +++ b/overlay/usr/local/bin/healthcheck @@ -1,2 +1,10 @@ #!/bin/sh + +set -euo pipefail + + +#====================================================================================================================== +# Attempt to load localhost using wget +#====================================================================================================================== + wget --no-verbose --tries=1 --spider http://localhost || exit 1