Skip to content

Instantly share code, notes, and snippets.

@rockoo
Created March 25, 2020 16:12
Show Gist options
  • Save rockoo/cdf665f4a451a2eb16746c9c1665e927 to your computer and use it in GitHub Desktop.
Save rockoo/cdf665f4a451a2eb16746c9c1665e927 to your computer and use it in GitHub Desktop.
Docker compose file
version '2'
services:
web:
image: base-dev-image:v1.0.0
ports:
- "8000:80"
volumes:
- ./:/var/www/html
environment:
XDEBUG_CONFIG: "remote_host=host.docker.internal idekey=PHPSTORM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment