Commit 443ead3
committed
Add IPv6 support to unprivileged Docker image
The unprivileged image needs to replace port 80 with port 8080
(since unprivileged users cannot bind to port 80).
This fix modifies the sed commands to replace the port 80 listen
directives (both IPv4 and IPv6) with port 8080 equivalents,
ensuring dual-stack support without privilege issues.
Fixes #339
Signed-off-by: Jesse Awan <jesse.awan@sap.com>1 parent fb8d6e5 commit 443ead3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments