We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eddb0 commit 62e6509Copy full SHA for 62e6509
README.md
@@ -1,5 +1,5 @@
1
# Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux
2
-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/).
3
The image is only +/- 35MB large.
4
5
Repository: https://github.com/TrafeX/docker-php-nginx
@@ -95,4 +95,4 @@ RUN composer install \
95
# dependencies downloaded by composer
96
FROM trafex/alpine-nginx-php7
97
COPY --chown=nginx --from=composer /app /var/www/html
98
-```
+```
0 commit comments