Docker base image PHP-FPM 8.1 & Nginx 1.22, build on [Alpine Linux](https://www.alpinelinux.org/).
|
|
před 2 roky | |
|---|---|---|
| rootfs | před 2 roky | |
| Dockerfile | před 2 roky | |
| Jenkinsfile | před 3 roky | |
| LICENSE | před 3 roky | |
| README.md | před 2 roky |
Example PHP-FPM 8.2 & Nginx 1.22.1 setup for Docker, build on Alpine Linux. The image is only +/- 25MB large.
Repository: https://git2.meramo.org/Infrastructure/alpine-phpfpm-nginx-baseimage.git
docker logs -f <container name>)Start the Docker container:
docker run -p 80:8080 kerstinsieren/alpine-phpfpm-nginx-baseimage
See the PHP info on http://localhost, or the static html page on http://localhost/test.html
Or mount your own code to be served by PHP-FPM & Nginx
docker run -p 8080:80 -v ~/my-codebase:/var/www/html kerstinsieren/alpine-phpfpm-nginx-baseimage