Skip to content

A basic docker-compose boilerplate for php application using php-fpm and nginx

Notifications You must be signed in to change notification settings

philippe-bourdeau/docker-php-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker web stack

This is a docker-compose boilerplate to help quickstart PHP applications in a more efficient and reproducible manner

General information

  • Nginx runs on 172.17.0.1:8080 by default; @see nginx/*.conf and docker-compose.yml

File permissions

EUID in container = 1000 : should match EUID on your localhost to prevent any permissions issues

Use the stack

  • Install git
  • Install docker
  • Install docker-compose
  • Check out bin/tools.sh for quick shorthands

About

A basic docker-compose boilerplate for php application using php-fpm and nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published