Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

andrewmmc/dockerised-lnmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerised LNMP

PHP 7.1 + Nginx + MySQL

Get started

$ docker-compose up --build

# View the start page at http://localhost:8081
# Connect to MySQL at localhost:3037

Useful command

# List all container
$ docker ps -a

# Enter PHP-FPM container
$ docker exec -i -t app_fpm /bin/bash

# Restart PHP-FPM inside container
$ kill -USR2 1

Uninstall

$ docker-compose stop
$ docker-compose rm -f

Authors

Releases

No releases published

Packages

No packages published