Commit 4cd4edc
fix: AWF_ENABLE_HOST_ACCESS safety net sets '1' instead of 'true' (#2227)
The allowHostServicePorts safety net in docker-manager.ts was setting
AWF_ENABLE_HOST_ACCESS='true', but entrypoint.sh checks for '1'.
This caused host access features to silently fail when
allowHostServicePorts was set without explicit enableHostAccess.
Fixes #1728
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b6b306f commit 4cd4edc
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1980 | 1980 | | |
1981 | 1981 | | |
1982 | 1982 | | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
1983 | 1992 | | |
1984 | 1993 | | |
1985 | 1994 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | | - | |
| 1070 | + | |
1071 | 1071 | | |
1072 | 1072 | | |
1073 | 1073 | | |
| |||
0 commit comments