Skip to content

Commit c572ef7

Browse files
authored
v1.1.2 (#2)
Minor updates * Adding pipefail healthcheck * Trimming whitespace Documentation updates * Adding comments to healthcheck
1 parent 692ceab commit c572ef7

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ Based on [official PHP image](https://hub.docker.com/_/php/) for PHP 5.6.40 with
3232
3333
## Copyright
3434

35-
> Copyright (c) 2021 Ben Green <https://bcgdesign.com>
35+
> Copyright (c) 2021 Ben Green <https://bcgdesign.com>
3636
> Unless otherwise stated

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

overlay/usr/local/bin/healthcheck

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
#!/bin/sh
2+
3+
set -euo pipefail
4+
5+
6+
#======================================================================================================================
7+
# Attempt to load localhost using wget
8+
#======================================================================================================================
9+
210
wget --no-verbose --tries=1 --spider http://localhost || exit 1

0 commit comments

Comments
 (0)