Skip to content

Dockerize Codeigniter app with docker-compose nginx,php,phpmyadmin,mysql

Notifications You must be signed in to change notification settings

firmanJS/Dockerize-Codeigniter-With-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerize Codeigniter App With docker-compose

Test Running Application

## runing with docker compose
docker-compose -f docker-compose.yml up --build
# or run in background process 
docker-compose -f docker-compose.yml up --build -d
app running in port 8181 ---> cek in browser
phpmyadmin running in port 8282 ---> cek in browser
login with username `ci` and password `ci`

About

Dockerize Codeigniter app with docker-compose nginx,php,phpmyadmin,mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages