Skip to content

local docker-compose.yaml configuration for PHP development

Notifications You must be signed in to change notification settings

kuzik/local-docker-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install Docker and docker-compose (https://docs.docker.com/compose/install/)

Run cp .env.example .env

Set path to folder containing projects to PROJECTS_PATH

Run docker-compose up

For adding new site create new nginx config inside nginx/sites folder and restart nginx container.

Docker install script

https://get.docker.com/

Lower non root port

sysctl net.ipv4.ip_unprivileged_port_start=79

About

local docker-compose.yaml configuration for PHP development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published