Skip to content

Commit e2e5f6e

Browse files
committed
Moving healthcheck for squid to google, as example.com was down for a while and failed tests
1 parent a600b51 commit e2e5f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/website/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
image: greencoding/squid_reverse_proxy:v3
1414
healthcheck:
1515
test: [
16-
"CMD", "curl", "-fs", "--proxy", "http://squid:3128", "http://example.com"
16+
"CMD", "curl", "-fs", "--proxy", "http://squid:3128", "https://www.google.com", "--insecure"
1717
]
1818
interval: "1h" # effectively turns repeated healthchecks during runtime off
1919
start_period: "60s"

0 commit comments

Comments
 (0)