Skip to content

A lightweight dockerized environment with NGINX, PHP-FPM,MariaDb & Phpmyadmin for Codeigniter 4

License

Notifications You must be signed in to change notification settings

edergermanio1980/Docker-LEMP-stack-for-Codeigniter-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-LEMP-stack-for-Codeigniter-4

A lightweight dockerized environment with NGINX, PHP-FPM,MariaDb & Phpmyadmin for Codeigniter 4 All images run with Alpine.

Requirements

Usage

  1. Install Docker & Docker Compose
  2. Clone this repository to your own folder
  3. Enter your folder
  4. Open a terminal & Run docker-compose up -d
  5. Navigate to http://localhost or http://127.0.0.1 to see the phpinfo() and check your environment
  6. The web folder is app/public where you can install Codeigniter 4 or other PHP file
  7. Navigate to http://localhost:8080 or http://127.0.0.1:8080 to phpmyadmin

About

A lightweight dockerized environment with NGINX, PHP-FPM,MariaDb & Phpmyadmin for Codeigniter 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 89.7%
  • Shell 6.4%
  • PHP 3.9%