Skip to content

Docker image with nginx php7.0-fpm, configured to use yii2 project

Notifications You must be signed in to change notification settings

enryold/docker-nginx-php7-yii2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-php7-yii2

Docker image based on phusion/base-image with nginx php7-fpm, configured to use yii2 project

Basic Usage.

FROM enryold/docker-nginx-php7-yii2

COPY . /var/www

RUN chmod -R 777 /var/www/assets
RUN chmod -R 777 /var/www/runtime
RUN chmod -R 777 /var/www/web/assets
RUN chmod -R 777 /var/www/tmp

About

Docker image with nginx php7.0-fpm, configured to use yii2 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages