- Docker
- Docker Compose
-
Clone repository
-
Copy environment file: cp .env.example .env
-
Start project: make up
-
Open in browser: http://localhost:${NGINX_PORT}
make up # start containers
make down # stop containers
make build # rebuild images
make logs # show logs
make bash # enter php container