Sign inSign up

odaniait/docker-cmsmadesimple

By odaniait

•Updated over 5 years ago

CMS made simple in Docker

Image
0

1.2K

odaniait/docker-cmsmadesimple repository overview

⁠CMS Made Simple

This Docker Image provides cms made simple served by apache.

At the first start you need to setup the CMS. Run it with:

docker run -ti -p 8080:80 -v /tmp/config.php:/var/www/html/config.php odaniait/cmsmadesimple

You need to set the following environment variable:

MYSQL_HOST
MYSQL_USER
MYSQL_PASSWORD
MYSQL_DATABASE
REMOVE_INSTALL_FOLDER <- If this is set to any value, the install folder will be deleted

For persisting uploaded data you should mount the volumes:

/var/www/html/uploads
/var/www/html/modules

Tag summary

Content type

Image

Digest

Size

147.2 MB

Last updated

over 6 years ago

docker pull odaniait/docker-cmsmadesimple