Skip to content

mobilerider/docker-nginx-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for php7.3, php7.3-fpm and nginx

Installation.

1- Build image.

docker build -t my_image .
  • 1.1 - Build image passing multiple arguments. (Optional)
docker build -t my_image --build-arg environment=production --build-arg nginx_site=my_config/my_site.conf .

2- Run container binding 80 port to host.

docker run -p 80:80 my_image

Posible arguments

  • environment
  • nginx_conf
  • nginx_site
  • supervisord_conf

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published