Skip to content
/ lamp-template Public template

Template for nginx, php-fpm, cli-php and mysql stack in docker-compose app

Notifications You must be signed in to change notification settings

boryashkin/lamp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMP docker-compose app template

  • Nginx
  • PHP-FPM
  • cli PHP
  • MySQL

Steps

  • create .env by copying .env.dist and replacing some values
    • cp .env.dist .env
  • add some .sql's to /data/init/mysql/ to make mysql initializations while it starting
  • docker-compose up to warm a setup up
  • test if web-app works: http://localhost:9882/ *if so, restart the project as docker-compose -d if needed

About

Template for nginx, php-fpm, cli-php and mysql stack in docker-compose app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published