Contao Open Source CMS
docker run -d --name mysql -e MYSQL_ROOT_PASSWORD=mypass -e MYSQL_DATABASE=contao mysql
docker run -d --name contao -p 80:80 --link mysql:mysql medialta/docker-contao
--or--
docker-compose up -d
Point your browser to http://127.0.0.1
Once you're up and running, you'll arrive at the configuration wizard page. At the Database connection step, please enter the following:
mysqlrootmypasscontaoMIT
Free Software, Hell Yeah!
Content type
Image
Digest
Size
291.7 MB
Last updated
over 8 years ago
docker pull comolo/contao-docker