Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 336 Bytes

Contao for Docker

Build or pull

Build with

$ sudo docker build -t runitdev/contao .

or pull straight from the hub

$ sudo docker pull runitdev/contao

Run

Ensure MySQL server is accessible from within container and run

$ docker-compose up

Browse to http://localhost/contao/install.php to begin installation.