- Install Docker and Docker-compose then run command in CLI:
docker-compose build
- In case you're going to use MySQL as well then run instead of command above:
docker-compose -f docker-compose.mysql.yml build
- Then run:
docker-compose up -d
or docker-compose -f docker-compose.mysql.yml up -d
- After open your browser with:
http://localhost/
- Note: for MySQL initial password see documentation here:
https://hub.docker.com/r/mysql/mysql-server/