https://github.com/xsavitar/damp
Simple Docker + Apache + MySQL + PHP + Xdebug (and phpMyAdmin) application stack.
https://github.com/xsavitar/damp
docker docker-compose mysql php xdebug
Last synced: 2 months ago
JSON representation
Simple Docker + Apache + MySQL + PHP + Xdebug (and phpMyAdmin) application stack.
- Host: GitHub
- URL: https://github.com/xsavitar/damp
- Owner: xSavitar
- License: mit
- Created: 2022-07-10T05:01:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T22:54:08.000Z (almost 4 years ago)
- Last Synced: 2025-09-01T19:45:23.351Z (10 months ago)
- Topics: docker, docker-compose, mysql, php, xdebug
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAMP (Docker Apache MySQL PHP)
Getting an Apache + MySQL + PHP + Xdebug (and phpMyAdmin) application stack up and running less than 5 mins.
# Setup
Run the command: `docker-compose up -d`
Yay, you're good to go. See docker file for more details.