https://github.com/humbertodias/docker-php-apache-xdebug
Docker container with PHP, Xdebug and Apache2.
https://github.com/humbertodias/docker-php-apache-xdebug
apache2 docker docker-compose php8 xdebug
Last synced: 5 months ago
JSON representation
Docker container with PHP, Xdebug and Apache2.
- Host: GitHub
- URL: https://github.com/humbertodias/docker-php-apache-xdebug
- Owner: humbertodias
- Created: 2018-04-20T20:59:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T14:43:52.000Z (over 3 years ago)
- Last Synced: 2025-12-23T08:59:36.535Z (6 months ago)
- Topics: apache2, docker, docker-compose, php8, xdebug
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker project for PHP and Apache2
This is a docker project to create a container with PHP, Xdebug and Apache2.
docker compose up
Starts the container named php-apache2
Browse to http://localhost:8002
or
http://localhost:8002/db.php
A sample employee list page is displayed.
See Dockerfile and [docker-compose.yml](docker-compose.yml) for configuration details.
Apache2
Xdebug port 9000
Service | Version | Port
--- | --- | ---
Apache2 | 2.4.54 | 8002 |
PHP | 8.0.24 | 8002 |
Xdebug | 3.1.5 | 9000 |