Skip to content

Instantly share code, notes, and snippets.

@jimdelois
Last active May 5, 2016 19:51
Show Gist options
  • Save jimdelois/604b3bfb62c6d1046bdee7d3d768c8e2 to your computer and use it in GitHub Desktop.
Save jimdelois/604b3bfb62c6d1046bdee7d3d768c8e2 to your computer and use it in GitHub Desktop.
Docker Compose Override
web:
# volumes:
# - /Users/delois/Desktop/cachegrind:/tmp/cachegrind
command: /run_override.sh
environment:
XDEBUG_CONFIG: "idekey=idekey-xdebug"
db:
ports:
- "3302:3306"
cache:
ports:
- "11212:11211"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment