CMS Made Simple is an Open Source Content Management System.
2.1K
** Where to get CMS Made Simple? ** https://www.cmsmadesimple.org/
CMS Made Simple is an Open Source Content Management System. It’s built using PHP and the Smarty Engine, which keeps content, functionality, and templates separated.
$ docker container run -p some_port:80 --name a_fancy_name -d tmsoftware/cms-made-simple
version: '3'
services:
cms_ms:
image: cms-made-simple
ports:
- 80:80
volumes:
- ./volumes/html:/var/www/html:z
depends_on:
- mysql
mysql:
image: mysql:5.6
volumes:
- ./volumes/mysql:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: password
Content type
Image
Digest
Size
131 MB
Last updated
over 8 years ago
docker pull tmsoftware/cms-made-simple