Skip to content

Quipulabz/web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web

Ready-to-use image with Nginx + PHP 7.2 + FPM + Supervisor.


Docker Stars Docker Pulls

Discussion / Help

Join the chat

Images

There are main 2 images.

  • dockette/web - based on Alpine Linux 3.8
  • dockette/web:debian - based on Debian Stretch

Usage

You can easily start your Docker container with following command.

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

Port 80 is for webserver and 9001 is for supervisor web interface.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 92.5%
  • HTML 7.5%