Skip to content

A LEMP fullstack with latest release of PHP 8 and Composer, MariaDB, Nginx, PHPMyAdmin, Redis

License

Notifications You must be signed in to change notification settings

carry0987/Docker-LEMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-LEMP

A LEMP fullstack with latest release of 8.2.13 and Composer, MariaDB, Mroonga, Nginx, PHPMyAdmin, Redis

Usage

  1. Clone this repository
  2. Run docker-compose up -d
  3. Go to http://localhost to see the Nginx welcome page
  4. Go to http://localhost:8080 to see the PHPMyAdmin page

Configuration

Note: If you are running this LEMP under a reverse proxy, you can remove the port mapping
docker-compose.yml

#...
nginx:
    #...
    ports:
        - 80:80
redis:
    #...
    ports:
        - 6379:6379
phpmyadmin:
    #...
    ports:
        - 8080:80
#...

About

A LEMP fullstack with latest release of PHP 8 and Composer, MariaDB, Nginx, PHPMyAdmin, Redis

Topics

Resources

License

Stars

Watchers

Forks