This is a docker-compose boilerplate to help quickstart PHP applications in a more efficient and reproducible manner
- Nginx runs on 172.17.0.1:8080 by default; @see nginx/*.conf and docker-compose.yml
EUID in container = 1000 : should match EUID on your localhost to prevent any permissions issues
- Install git
- Install docker
- Install docker-compose
- Check out bin/tools.sh for quick shorthands