Skip to content

cwang22/docker-lnmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-lnmp

Docker files to setup Linux + Nginx + MySQL + PHP Environment.

Services

  • nginx:latest on 8080
  • php:7.2-fpm with necessary libraries on 9000
  • mariadb on 33060

Files

    +-- apps/    # web root
    +-- db/      # MySQL data dir  
    +-- logs/    # Logs
    +-- nginx/   # Nginx configuaration files
    +-- php/     
    |   +-- Dockerfile
    +-- docker-composer.yml

Usage

Install Docker and Docker Compose

    git clone https://github.com/cwang22/docker-lnmp.git
    cd docker-lnmp
    docker-compose up -d

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published