/docker-for-php

Docker Compose file for PHP / WordPress / Laravel

Docker for PHP

Can be used for PHP and WordPress. Using database MariaDB and phpmyadmin

Instructions

Line 11. Project folder name insert here

volumes:
  - ../my-folder-name-here:/app

You can change containers names too

How install Docker

Terminal command...

docker-compose up -d

After the all install...

docker-compose start

Open in the Browser:

http://localhost:4500/ (you project)
http://localhost:8080/ (phpmyadmin)