https://github.com/manmath/docker-php-apache
https://github.com/manmath/docker-php-apache
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manmath/docker-php-apache
- Owner: manmath
- Created: 2022-04-19T08:04:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T13:13:20.000Z (over 1 year ago)
- Last Synced: 2025-08-19T23:36:17.121Z (10 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
* Platform: Ubuntu 24.10
* PHP: 8.3
* Apache: 2.4
# Maintainer
* Man Math
# Working with `docker-compose`
1. Create file `docker-compose.yml`
2. Configure yaml file
```bash
services:
web:
image: manmath/php-apache:8.3.0
```
# Available images
1. manmath/php-apache:8.3.0