Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 382 Bytes

Laravel Docker

My interpetation of a lightweight docker that supports Laravel 5 applications.

Extra information

The extra_hosts field within the app service should be used to define outside-of-the-docker connections, used for API connections between two application.

Don't forget!

docker-compose up for launching the docker!

^z to unhook the docker terminal/logs.