Skip to content

luisgagocasas/docker-compose-develop-PHP-FPM-MYSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose PHP-FPM and MYSQL

Example config to make PHP-FPM container work with Nginx.

Increase virtual memory areas

sudo sysctl -w vm.max_map_count=262144

Used software

Config Host (Added lines finish file)

Patch Linux: etc/hosts
Patch Windows: C:/Windows/System32/drivers/etc

127.0.1.1	arcux.local
127.0.1.1	mail.arcux.local
127.0.1.1	pma.arcux.local
127.0.1.1	jenkins.arcux.local
127.0.1.1	sonar.arcux.local

Run project

docker-compose up -d

LINKS

  • WEBSITE: http://arcux.local
  • MAIL: http://mail.arcux.local
  • PHPMYADMIN: http://pma.arcux.local
  • JENKINS: http://jenkins.arcux.local
  • SONARQUBE: http://sonar.arcux.local

OTHER LINKS

  • SPEED ADMIN: http://arcux.local/pagespeed_admin
  • NEWRELIC: https://newrelic.com/

About

docker-compose PHP-FPM and MYSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published