diff --git a/Dockerfile b/Dockerfile index e985bef..91e2534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM php:7.4-apache -LABEL maintainer="Andy Miller (@rhukster)" +FROM php:7.4-fpm-alpine +LABEL maintainer="Andrei Condurachi (@acondura)" # Enable Apache Rewrite + Expires Module RUN a2enmod rewrite expires && \ diff --git a/README.md b/README.md index a5c6372..d94ba75 100644 --- a/README.md +++ b/README.md @@ -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