Skip to content

Instantly share code, notes, and snippets.

@cstrouse
Last active January 9, 2020 19:56
Show Gist options
  • Save cstrouse/bcca959a23ad52510ed25e7b249f4736 to your computer and use it in GitHub Desktop.
Save cstrouse/bcca959a23ad52510ed25e7b249f4736 to your computer and use it in GitHub Desktop.
version: '3.2'
services:
webserver:
image: phpstorm/php-73-apache-xdebug-26
ports:
- '80:80'
volumes:
- ./:/var/www/html
environment:
XDEBUG_CONFIG: remote_host=host.docker.internal
mysql:
image: phpstorm/mysql
ports:
- "33306:3306"
volumes:
- ./data:/var/lib/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment