Skip to content
 
 

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-codeigniter-apache 🐳

License Stars Issues Forks

Introduction

Build a simple CodeIgniter development environment with docker-compose. CodeIgniter version of docker-laravel-apache.

Usage

$ git clone git@github.com:kenjis/docker-codeigniter-apache.git
$ cd docker-codeigniter-apache
$ make create-project # Install the latest CodeIgniter4 project
$ make install-recommend-packages # Not required

http://localhost

Read this Makefile.

Container structure

├── web
├── db
└── phpmyadmin

web container

db container

phpmyadmin container

Persistent MySQL Storage

By default, the named volume is mounted, so MySQL data remains even if the container is destroyed. If you want to delete MySQL data intentionally, execute the following command.

$ docker-compose down -v && docker-compose up

About

Build a simple CodeIgniter development environment with docker-compose.

Topics

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages