Skip to content

Commit

Permalink
Merge pull request #36 from humpbackdev/feature/xdebug
Browse files Browse the repository at this point in the history
Add setup-xdebug command.
  • Loading branch information
kporras07 authored Oct 2, 2018
2 parents 1415cf8 + b020d59 commit d6d2742
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ahoy/docker.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ commands:
;;
esac
setup-xdebug:
usage: Setup xdebug
cmd: |
docker-compose exec -u 0 -T php sh -c "docker-php-ext-enable xdebug"
docker-compose restart php
proxy-up:
usage: Start proxy.
cmd: |
Expand Down

0 comments on commit d6d2742

Please sign in to comment.