From: Tim Lucas Date: Wed, 6 Feb 2019 00:12:30 +0000 (+1100) Subject: Update README.md X-Git-Tag: v1.12.3~2^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=681119712246b95e6818742db1fa15172e4a6ee3;p=github%2Ffretlink%2Fdocker-puppeteer.git Update README.md --- diff --git a/README.md b/README.md index 4b24e2d..8322299 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/t ## Example See the [example directory](example) for a complete Docker Compose example, showing how to run Puppeteer against a linked Docker Compose web service. + +## Dependent Services + +This image includes [wait-for-it.sh](https://github.com/vishnubob/wait-for-it) which can be useful if you need to wait for a dependent web service to start accepting requests before your Puppeteer container attempts connecting to it. See [the example](example) for usage.