FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

octohost/php5: PHP5 container built off of octohost/nginx · GitHub

/ php5 Public

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

php5

Better way to build a PHP5/nginx server.

Once you've built this Dockerfile as docker build -t octohost/php5:5.5 . - your next Dockerfile should look like this:

FROM octohost/php5:5.5

ADD . /srv/www

EXPOSE 80

CMD service php5-fpm start && nginx

Simple and quick way to push PHP code up.

About

PHP5 container built off of octohost/nginx

Resources

Stars

22 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors


Back | FazBrowse Home | New Git URL