From 9b0bd7e7822a3cfe76d59937ac3915695725936a Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Wed, 23 Aug 2023 09:30:00 -0700 Subject: [PATCH] docs updated --- Home.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5d08b7b..e5991f1 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,13 @@ -Welcome to the Wiki. \ No newline at end of file +# How to build + +```docker build -t php-4lt:1 .``` + +# DockerHub PHP Base + +[https://hub.docker.com/_/php](https://hub.docker.com/_/php) + +# IMAP features + +References: + +- https://stackoverflow.com/questions/49854767/docker-php7-2-fpm-cant-install-imap-module \ No newline at end of file