Skip to content

MrzRst/Docker-apache-with-phpfpm-and-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create directory : php-conf with contents
create directory : apache-conf with contents
create directory : apache-conf/sites-available/ 
create directory:  apache-conf/sites-enabled/
ln -s ../sites-available/000-default.conf ../sites-enabled/
docker build -f Dockerfile -t php:1 .
docker run -d -p 8056:8056 php:1