Skip to content

Instantly share code, notes, and snippets.

@inductor
Created July 28, 2019 04:19
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 inductor/c680d172bd132c21b16a032d3dc0d607 to your computer and use it in GitHub Desktop.
Save inductor/c680d172bd132c21b16a032d3dc0d607 to your computer and use it in GitHub Desktop.
docker-compose.yaml
version: "3.7"
services:
laravel:
image: php:7.2-apache
ports:
- "80:80"
volumes:
- /var/www/html:/var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment