Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 389 Bytes

File metadata and controls

15 lines (9 loc) · 389 Bytes

PHP/nginx deployment starter kit

Contains:

Usage:

By default on linux system all *.sh files should be executable. To start php/nginx container just type:

./start.sh start

To check that everything is ok check out 127.0.0.1:8081 you should see result of <?php phpinfo();