-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 26c0a9d
fix: channel-m extra_hosts requires explicit gateway IP, not host-gateway
host-gateway resolves to 172.17.0.1 (docker0) but the Channel M reverse
tunnel binds on the deploy_default network gateway (172.18.0.1). Use
MAX_EGRESS_PROXY_GATEWAY from deploy/.env (written by 23-channel-m-reverse.yml)
so the extra_hosts mapping points at the correct docker bridge listener.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 1b9dd30 commit 26c0a9d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments