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

https://github.com/fffaraz/docker-php

PHP docker image with some extra extensions based on official php:apache image
https://github.com/fffaraz/docker-php

docker php

Last synced: about 1 month ago
JSON representation

PHP docker image with some extra extensions based on official php:apache image

Awesome Lists containing this project

README

          

# docker-php

PHP docker image with some extra extensions based on official php:apache image

Suitable to run WordPress and Laravel apps

Use docker-compose.yml file as a template to setup your project

```
docker build --force-rm -f Dockerfile -t fffaraz/php:latest .
```