Skip to content

mikesir87/docker-lamp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker LAMP Demo

This repo contains a simple LAMP-stack project used for Docker demos.

Development

To run the application in development, simply use Docker Compose!

docker compose up -d

You should then be able to open http://localhost and see the application! Opening http://localhost:8080 will give you phpMyAdmin, letting you see what's stored in the database.

When you're done, simply tear everything down with:

docker compose down

About

A demo repo that produces an app using a LAMP stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages