Skip to content
/ web Public
forked from dockette/web

🐳 Dockette full modern web container (Nginx / PHP+FPM / Supervisor)

License

Notifications You must be signed in to change notification settings

xsajto/web

 
 

Repository files navigation

Dockette / Web

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

🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x

Usage

Image Distro PHP
dockette/web:php-81 Buster 8.1
dockette/web:php-80 Buster 8.0
dockette/web:php-74 Buster 7.4
dockette/web:php-73 Buster 7.3
dockette/web:php-72 Buster 7.2

You can easily start your Docker container with following command.

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

Development

See how to contribute to this package.

This package is currently maintaining by these authors.


Consider to support f3l1x. Also thank you for using this package.

About

🐳 Dockette full modern web container (Nginx / PHP+FPM / Supervisor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 91.3%
  • HTML 5.0%
  • Makefile 3.2%
  • PHP 0.5%