Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 430 Bytes

CodeIgniter 3 on Docker

This is a simple Docker image for CodeIgniter 3. It is based on the official PHP image and includes the latest version of CodeIgniter 3.

How to run

Clone this repository and run the following command: docker-compose up -d
Container PHPMyAdmin is available at http://localhost:8080 CodeIgniter is available at http://localhost:7700 MySQL is available at port 3310