This is a boilerplate for Docker and Docker Compose. It is a simple example of how to use Docker and Docker Compose to create a simple web server.
- Docker
- Docker Compose
- OS like Windows, Linux, MacOS
- Clone the repository
- Run
docker-compose -f <docker-compose.xxx.yml up -d
- Access
http://localhost:<port numbers>
in your browser - To stop the server, press
Ctrl + C
and rundocker-compose down
This project is licensed under the MIT License - see the LICENSE file for details.