]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Update README.md
authorTim Lucas <t@toolmantim.com>
Wed, 6 Feb 2019 00:12:30 +0000 (11:12 +1100)
committerTim Lucas <t@toolmantim.com>
Wed, 6 Feb 2019 00:31:39 +0000 (11:31 +1100)
README.md

index 4b24e2d80355a39ea130aa5cdf817080e5ce7f1c..8322299fc2896c3289afcf2edc4ccd5558a38d88 100644 (file)
--- 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.