An open API service indexing awesome lists of open source software.

https://github.com/firmanjs/dockerize-codeigniter-with-docker-compose

Dockerize Codeigniter app with docker-compose nginx,php,phpmyadmin,mysql
https://github.com/firmanjs/dockerize-codeigniter-with-docker-compose

codeigniter3 docker docker-compose mysql nginx php phpmyadmin

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Dockerize Codeigniter App With docker-compose

## Test Running Application

```sh
## 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
```
```sh
app running in port 8181 ---> cek in browser
```
```sh
phpmyadmin running in port 8282 ---> cek in browser
```
```sh
login with username `ci` and password `ci`
```