Commit fdeae9f
committed
Fix: Docker connection issue in sandbox by binding to all interfaces
The application port in the sandbox environment (Docker) couldn't be accessed by the IDE when listening on the loopback address (127.0.0.1).
This patch updates the binding address from '127.0.0.1' to '0.0.0.0' to listen on all available network interfaces, ensuring connectivity with external processes like the IDE.
Damian1 parent e8a065c commit fdeae9f
1 file changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | 162 | | |
175 | 163 | | |
176 | 164 | | |
| |||
322 | 310 | | |
323 | 311 | | |
324 | 312 | | |
325 | | - | |
| 313 | + | |
326 | 314 | | |
327 | 315 | | |
328 | 316 | | |
| |||
334 | 322 | | |
335 | 323 | | |
336 | 324 | | |
337 | | - | |
| 325 | + | |
338 | 326 | | |
339 | 327 | | |
340 | 328 | | |
| |||
0 commit comments