Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 486 Bytes

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