Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 610 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 610 Bytes

Docker Contao

Contao Open Source CMS

Quick Start

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

Contao Installation

Once you're up and running, you'll arrive at the configuration wizard page. At the Database connection step, please enter the following:

  • Host: mysql
  • Login: root
  • Password: mypass
  • Database Name: contao

License

MIT

Free Software, Hell Yeah!