Created
July 28, 2019 04:19
-
-
Save inductor/c680d172bd132c21b16a032d3dc0d607 to your computer and use it in GitHub Desktop.
docker-compose.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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