Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker LAMP configuration

(Linux, Apache, PHP, MySQL/MariaDb, PhpMyAdmin)

How to use

1.Build Docker images based on the configuration defined in the docker-compose.yml

make build (docker-compose build) 

2.Start containers and run composition for all services defined in the docker-compose.yml

 make up (docker-compose up)

How to connect to servers

PHP MySql PhpMyAdmin
http://localhost:80 http://localhost:3306 http://localhost:8080

Database config

DATABASE USER PASSWORD
test_database test_user test_pwd

Links

About

Docker LAMP configuration (Linux, Apache, PHP, MySQL/MariaDb, PhpMyAdmin)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages