Skip to content

Instantly share code, notes, and snippets.

@paulredmond
Created September 18, 2017 05:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulredmond/2149d1c97d35b6ca73e4260ab56cf691 to your computer and use it in GitHub Desktop.
Save paulredmond/2149d1c97d35b6ca73e4260ab56cf691 to your computer and use it in GitHub Desktop.
A Docker Compose file for an example Laravel project
version: '3'
services:
app:
build:
context: .
dockerfile: .docker/Dockerfile
image: laravel-docker
ports:
- 8080:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment