Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 209 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 209 Bytes

Docker for PHP development

The docker compose setting for LNMP stack.

How to enter the container:

docker-compose exec app php artisan key:generate

 winpty docker exec -it php-container bash