From 33f3d795b95d3a630d7b2958a7d2ade31e938ca4 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 22 May 2015 15:08:28 +0800 Subject: [PATCH] update --- joomla/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 joomla/README.md diff --git a/joomla/README.md b/joomla/README.md new file mode 100644 index 0000000..035f55b --- /dev/null +++ b/joomla/README.md @@ -0,0 +1,13 @@ +`Joomla` is an award-winning content management system (CMS), +which enables you to build Web sites and powerful online applications. + +This docker image support mysqli/postgres. + +``` +# run container +$ docker run -d --restart always --name joomla -p 8000:80 vimagick/joomla + +# setup website +$ firefox http://localhost:8000/install +$ firefox http://localhost:8000/installation/index.php +```