fpm alpine update
This commit is contained in:
parent
0460b4cbbb
commit
4418810ebc
|
|
@ -1,5 +1,5 @@
|
||||||
FROM php:7.4-apache
|
FROM php:7.4-fpm-alpine
|
||||||
LABEL maintainer="Andy Miller <rhuk@getgrav.org> (@rhukster)"
|
LABEL maintainer="Andrei Condurachi <andrei@condurachi.ro> (@acondura)"
|
||||||
|
|
||||||
# Enable Apache Rewrite + Expires Module
|
# Enable Apache Rewrite + Expires Module
|
||||||
RUN a2enmod rewrite expires && \
|
RUN a2enmod rewrite expires && \
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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
|
# 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
|
* GD library
|
||||||
* Unzip library
|
* Unzip library
|
||||||
* php7.4
|
* php7.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue