File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This release provides the `dvl.to` domain to be used with `TLD_SUFFIX` (set to d
12
12
13
13
### Fixed
14
14
- Intranet: mail.php fixed deprecation warnings [ #798 ] ( https://github.com/cytopia/devilbox/issues/798 )
15
+ - Added ` host.docker.internal ` to extra_hosts to be able to connect to the host system [ #919 ] ( https://github.com/cytopia/devilbox/issues/919 )
15
16
16
17
### Changed
17
18
- Use ` dvl.to ` as default ` TLD_SUFFIX ` (it always poits to ` 127.0.0.1 ` removing the need to create ` /etc/hosts ` entries)
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ services:
89
89
extra_hosts :
90
90
docker.for.lin.host.internal : 172.16.238.1
91
91
docker.for.lin.localhost : 172.16.238.1
92
+ host.docker.internal : host-gateway
92
93
93
94
networks :
94
95
app_net :
@@ -171,6 +172,7 @@ services:
171
172
extra_hosts :
172
173
docker.for.lin.host.internal : 172.16.238.1
173
174
docker.for.lin.localhost : 172.16.238.1
175
+ host.docker.internal : host-gateway
174
176
175
177
networks :
176
178
app_net :
You can’t perform that action at this time.
0 commit comments