Skip to content
/ web Public

🐳 Dockette full modern web container (Nginx / PHP+FPM / Supervisor / Cron) all-in-one.

License

Notifications You must be signed in to change notification settings

dockette/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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 / PHP+FPM / Supervisor / Cron) all-in-one.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published