Skip to content

Commit

Permalink
add host.docker.internal to extra_hosts for better xdebug support on …
Browse files Browse the repository at this point in the history
…linux
  • Loading branch information
janosmiko committed Apr 28, 2023
1 parent a2c8ec7 commit 5198cf9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.8] - 2023-04-29

### Changed

- Add `host.docker.internal` to php-fpm and php-debug `extra_hosts` to support this host name on linux native docker.

## [0.4.7] - 2023-04-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.7
v0.4.8
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ x-volumes: &volumes
{{ end }}

x-extra_hosts: &extra_hosts
- "host.docker.internal:host-gateway"
- {{ .traefik_domain }}:{{ default "0.0.0.0" .traefik_address }}
- {{ default "app" .traefik_subdomain }}.{{ .traefik_domain }}:{{ default "0.0.0.0" .traefik_address }}
{{ if .traefik_extra_hosts }}
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=rewardenv

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=reward
sonar.projectVersion=0.4.7
sonar.projectVersion=0.4.8

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
Expand Down

0 comments on commit 5198cf9

Please sign in to comment.