This patch provides a docker container using the alpine image.
It does not contain a full version (httpd, mariadb, mail server), but instead only deals with the php part. It is necessary to add a mail, httpd and db container as described in the example docker-compose.yml.
Note: The Dockerfile does not work as long as the required PR is not merged!
This patch provides a docker container using the alpine image.
It does not contain a full version (httpd, mariadb, mail server), but instead only deals with the php part. It is necessary to add a mail, httpd and db container as described in the example
docker-compose.yml
.Note: The Dockerfile does not work as long as the required PR is not merged!
Requires: #37 Resolve: #29