Skip to content

Commit

Permalink
Merge pull request #32 from mcdoogs/linux-xdebug-fix
Browse files Browse the repository at this point in the history
Update docker-compose files to include extra_hosts
  • Loading branch information
khamer authored Jul 17, 2024
2 parents 450099b + 816b9f3 commit 1ba3e0f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/docker-compose/backends/apache-php72.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- OPS_PHP_XDEBUG=${OPS_PHP_XDEBUG}

dns: $OPS_SERVICES_DNS_IP
extra_hosts:
- host.docker.internal:host-gateway

networks:
- backend
Expand Down
2 changes: 2 additions & 0 deletions home/docker-compose/backends/apache-php73.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- OPS_PHP_XDEBUG=${OPS_PHP_XDEBUG}

dns: $OPS_SERVICES_DNS_IP
extra_hosts:
- host.docker.internal:host-gateway

networks:
- backend
Expand Down
2 changes: 2 additions & 0 deletions home/docker-compose/backends/apache-php74.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- OPS_PHP_XDEBUG=${OPS_PHP_XDEBUG}

dns: $OPS_SERVICES_DNS_IP
extra_hosts:
- host.docker.internal:host-gateway

networks:
- backend
Expand Down
2 changes: 2 additions & 0 deletions home/docker-compose/backends/apache-php80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- OPS_PHP_XDEBUG=${OPS_PHP_XDEBUG}

dns: $OPS_SERVICES_DNS_IP
extra_hosts:
- host.docker.internal:host-gateway

networks:
- backend
Expand Down
2 changes: 2 additions & 0 deletions home/docker-compose/backends/apache-php81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- OPS_PHP_XDEBUG=${OPS_PHP_XDEBUG}

dns: $OPS_SERVICES_DNS_IP
extra_hosts:
- host.docker.internal:host-gateway

networks:
- backend
Expand Down
2 changes: 2 additions & 0 deletions home/docker-compose/backends/apache-php82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- OPS_PHP_XDEBUG=${OPS_PHP_XDEBUG}

dns: $OPS_SERVICES_DNS_IP
extra_hosts:
- host.docker.internal:host-gateway

networks:
- backend
Expand Down

0 comments on commit 1ba3e0f

Please sign in to comment.