Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agarzon/myphp
Docker image based on webdevops/php-nginx-dev but adding a little more :-)
https://github.com/agarzon/myphp
docker docker-image ioncube php php-nginx-dev php7 phpunit webdevops
Last synced: 26 days ago
JSON representation
Docker image based on webdevops/php-nginx-dev but adding a little more :-)
- Host: GitHub
- URL: https://github.com/agarzon/myphp
- Owner: agarzon
- Created: 2017-09-21T23:02:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T14:08:04.000Z (over 4 years ago)
- Last Synced: 2024-11-05T20:17:08.391Z (2 months ago)
- Topics: docker, docker-image, ioncube, php, php-nginx-dev, php7, phpunit, webdevops
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyPHP (deprecated)
**webdevops now includes ioncube, so no need to use this images anymore**
Docker image based on **webdevops/php-nginx-dev** but adding a little more :-)
It runs *PHP 7.1, 7.2, 7.3, 7.4* as FPM with NGINX.
## What do I added?:
* Ioncube loader
* phpunitFor additional information, visit: [php-nginx-dev](http://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-nginx-dev.html)
## Want to give a try?
```
docker pull agarzon/myphp
```## WARNING
Only for development environment. Do not use it in production.