An open API service indexing awesome lists of open source software.

https://github.com/manmath/docker-php-apache


https://github.com/manmath/docker-php-apache

Last synced: 4 months ago
JSON representation

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