Created
April 4, 2020 21:15
-
-
Save sagar290/0dd82d18fc5ae121e32ec545da8bf939 to your computer and use it in GitHub Desktop.
This file contains hidden or 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' | |
| services: | |
| web: | |
| build: . | |
| ports: | |
| - "8000:8000" | |
| container_name: app | |
| command: "php artisan serve --host=0.0.0.0 --port=8000" | |
| environment: | |
| - COMPOSE_CONVERT_WINDOWS_PATHS=1 | |
| volumes: | |
| - .:/var/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment