Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 513 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 513 Bytes

Docker LEMP Configuration

Basic configuration to work with

  • Nginx
  • PHP
  • MySQL
  • Memcached
  • Redis
  • Supervisor

Nginx configured to work with Laravel as default, root path look on /var/www/html/public You can use volumes to share internal project with container. If you want to update any from these envs:

HOST_NAME=lemp_host

HOST_USER=lemp_user

HOST_USER_PASSWORD=123321

PHP_VERSION=7.4

MYSQL_USER_NAME=lemp_user

MYSQL_USER_PASSWORD=123321

MYSQL_ROOT_PASSWORD=123321

MYSQL_DATABASE_NAME=lemp_db