MrzRst/Docker-apache-with-phpfpm-and-php
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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