diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2019-03-13 14:25:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 14:25:11 +0100 |
commit | 65074988fb4e2ddced8edba50927f6f6536604c3 (patch) | |
tree | d0e16ea15a01718f8c8e15c8e38acf52f61997d6 /README.md | |
parent | f5311052e52ca898602cdae2c61ae1891768283c (diff) | |
parent | 79b430f2e322f2607d3139a31c35e64c3b22cb08 (diff) | |
download | docker-puppeteer-65074988fb4e2ddced8edba50927f6f6536604c3.tar.gz docker-puppeteer-65074988fb4e2ddced8edba50927f6f6536604c3.tar.zst docker-puppeteer-65074988fb4e2ddced8edba50927f6f6536604c3.zip |
Merge pull request #1 from paulrbr-fl/master
Upgrade latest upstream changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,3 +13,9 @@ See the [example directory](example) for a complete Docker Compose example, show | |||
13 | ## Dependent Services | 13 | ## Dependent Services |
14 | 14 | ||
15 | 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. | 15 | 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. |
16 | |||
17 | ## Releasing | ||
18 | |||
19 | 1. Create a new release on GitHub. The image is tagged with the same version as Puppeteer. | ||
20 | 2. Docker Hub automatically builds images for the tag. | ||
21 | 3. There is no step 3. | ||