dockette/web

Sponsored OSS

By dockette

Updated 5 months ago

Nginx + PHP 7.2/7.3/7.4 + FPM + Supervisor image based on Debian.

Image
Languages & Frameworks
Security
Web Servers

10K+

Dockette / Web

🐳 Ready-to-use docker images for websites (nginx, PHP 7.2/7.3/7.4 + FPM, supervisor).

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

Usage

ImageDistroPHP
dockette/web:php-74Buster7.4
dockette/web:php-73Buster7.3
dockette/web:php-72Buster7.2

You can easily start your Docker container with following command.

docker run \
	-it \
	--rm \
	--name www \
	-p 80:80 \
	dockette/web:php74

Development

See how to contribute to this package.

This package is currently maintaining by these authors.


Consider to supportf3l1x. Also thank you for using this package.

Docker Pull Command

docker pull dockette/web