Skip to content

yuhenobi/docker-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Docker setup for PHP development

Run

make init

Edit .docker/.env file and run

make build-from-scratch && \
make up

When building will be done, add SSH key to your keychain

ssh-add .docker/backend/.ssh/id_docker

Connect to your backend container and install test compsoer requirements

ssh [email protected] -p 2222 && \
cd /var/www/application && \
composer install

Enjoy!

Releases

No releases published

Packages

No packages published