From 23be35e4d25c1ed7baed73291dcd39c6e898c030 Mon Sep 17 00:00:00 2001 From: Arthur Edamov Date: Sat, 8 Apr 2017 12:35:06 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58990bb..92194af 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Pushok is a simple PHP library for sending push notifications to APNs. * lib-curl >= 7.46.0 (with http/2 support enabled) * lib-openssl >= 1.0.2e -Docker image that meets requirements can be found [here](https://hub.docker.com/r/edamov/pushok). +Docker image that meets requirements can be found [here](https://hub.docker.com/r/edamov/pushok-docker). +Or you can follow [this tutorial](https://nathanleclaire.com/blog/2016/08/11/curl-with-http2-support---a-minimal-alpine-based-docker-image/) to create your own docker image with curl with HTTP/2 support. ## Install