36
Docker Compose - Ubuntu LAMP Setup on Windows
This setup is only for local development, so I didn't add any security-related layers to it.
My Directory Structure for this setup was like this.
After setting up (copy the given files below) or download it from here. Then switch to the lamp directory and issue the following command.
docker-compose up
File Name: Dockerfile
File Name: docker-compose.yml
36