Skip to content

Symfony 4 web server container runs supervisord (php7.2 and nginx)

License

Notifications You must be signed in to change notification settings

sadok-f/symfony-server-nginx-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

symfony-server-nginx-php7

Symfony 4 web server container runs supervisord (php7 and nginx)

Usage

docker pull sadokf/symfony-server-nginx-php7
docker run -t -d -i -p 8080:80 sadokf/symfony-server-nginx-php7

Mount the Symfony app directory:

docker run -t -d -i -p 8080:80 -v $(pwd):/var/www/html sadokf/symfony-server-nginx-php7

http://127.0.0.1:8080/

About

Symfony 4 web server container runs supervisord (php7.2 and nginx)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published