From 62e6509ab0c204677d3e76236944ea351520a377 Mon Sep 17 00:00:00 2001 From: Jakobu5 <32122722+Jakobu5@users.noreply.github.com> Date: Tue, 18 Aug 2020 08:32:40 +0200 Subject: [PATCH] Update Link to https --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 245fd0d..e690997 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux -Example PHP-FPM 7.3 & Nginx 1.18 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/). +Example PHP-FPM 7.3 & Nginx 1.18 setup for Docker, build on [Alpine Linux](https://www.alpinelinux.org/). The image is only +/- 35MB large. Repository: https://github.com/TrafeX/docker-php-nginx @@ -95,4 +95,4 @@ RUN composer install \ # dependencies downloaded by composer FROM trafex/alpine-nginx-php7 COPY --chown=nginx --from=composer /app /var/www/html -``` \ No newline at end of file +```