Skip to content

coulterpeterson/docker-local-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-local-lemp

Local LEMP stack for development. Also includes phpMyAdmin for easier database development/debugging.

Instructions/Usage:

  1. Clone repo
  2. Create folders 'database_data' (will later hold the mysql data) and 'sql-init' (you can put your .SQL file here for build on container start)
  3. Run docker-compose build then docker-compose up
  4. You will then have the contents of the public folder served on http://localhost:8080
  5. phpMyAdmin can be accessed from http://localhost:8181 (use credentials for root from docker-compose, and database name is 'mysql')

Note: Shoutout to phpdocker.io for a great online tool that helped form a starting point for this configuration.

About

Local LEMP stack for development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published