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
- Host: GitHub
- URL: https://github.com/fffaraz/docker-php
- Owner: fffaraz
- License: mit
- Created: 2020-01-04T22:13:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-19T09:19:32.000Z (2 months ago)
- Last Synced: 2026-04-19T11:19:15.956Z (about 2 months ago)
- Topics: docker, php
- Language: Shell
- Homepage: https://hub.docker.com/r/fffaraz/php
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```