1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-21 01:27:01 +02:00
This commit is contained in:
kev 2015-05-22 15:08:28 +08:00
parent 1cdef600b9
commit 33f3d795b9

13
joomla/README.md Normal file
View File

@ -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
```