Skip to content

kissthink/lnmp-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%