Skip to content

Instantly share code, notes, and snippets.

@sagar290
Created April 4, 2020 21:15
Show Gist options
  • Select an option

  • Save sagar290/0dd82d18fc5ae121e32ec545da8bf939 to your computer and use it in GitHub Desktop.

Select an option

Save sagar290/0dd82d18fc5ae121e32ec545da8bf939 to your computer and use it in GitHub Desktop.
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