DuckLL / lnmp

web service

Home Page:https://hub.docker.com/r/duckll/lnmp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature

  1. ubuntu-16.04
  2. nignx-1.10.0
  3. mariadb-10.0.23
  4. php-7.0.7
  5. jemalloc-4.2.0
  6. InnoDB:yes

Install

docker pull duckll/lnmp

Usage

docker run -idt --name webserver -p {port}:80 -v {diretory}:/home/wwwroot/default/{something} duckll/lnmp

phpmyadmin

http://localhost:{port}/phpmyadmin root::root

phpinfo

http://localhost:{port}/phpinfo.php

p.php

http://localhost:{port}/phpinfo.php

yourweb

http://localhost:{port}/{something}

Config

nignx

/usr/local/nginx/conf/nginx.conf

php

/usr/local/php/etc/php.ini

Issue

If something wrong

docker restart webserver

About

web service

https://hub.docker.com/r/duckll/lnmp/


Languages

Language:Dockerfile 98.6%Language:Shell 1.4%