fpm alpine update

This commit is contained in:
Andrei Condurachi 2020-11-19 13:58:27 +02:00
parent 0460b4cbbb
commit 4418810ebc
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
FROM php:7.4-apache
LABEL maintainer="Andy Miller <rhuk@getgrav.org> (@rhukster)"
FROM php:7.4-fpm-alpine
LABEL maintainer="Andrei Condurachi <andrei@condurachi.ro> (@acondura)"
# Enable Apache Rewrite + Expires Module
RUN a2enmod rewrite expires && \

View File

@ -1,9 +1,9 @@
This uses the official image of Grav CMS (https://getgrav.org) with some additional configs so that it makes sense to use on a Production server.
# Official Docker Image for Grav
This currently is pretty minimal and uses:
This currently is uses the latest versions of:
* apache-2.4.38
* apache
* GD library
* Unzip library
* php7.4