Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.36 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.36 KB

DAMP

license

Docker setup with Apache, MySQL, and PHP plus phpMyAdmin

Table of Contents

  1. Installation
  2. Usage
  3. Credits
  4. Contributing
  5. Questions

Installation

Docker + Docker Compose

sudo apt install docker docker-compose
docker image ls <<<--- error
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
docker image ls <<<--- ok

Usage

Start the container

docker-compose up

Apps

http://localhost:8000/

Specific app

http://localhost:8000/some-website.com/

phpMyAdmin

http://localhost:8080/

Credits

Contributing

Want to contribute? All contributions are welcome. Please read the contributing guide.

Questions

If you have questions tweet me at @sandro_m_m or open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details

**~ sharing is caring ~**