Skip to content

Docker setup with Apache, MySQL, and PHP plus phpMyAdmin

License

Notifications You must be signed in to change notification settings

SandroMiguel/damp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ~**

About

Docker setup with Apache, MySQL, and PHP plus phpMyAdmin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published