File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
root/etc/s6-overlay/s6-rc.d/svc-code-server Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
329
329
330
330
# # Versions
331
331
332
+ * ** 10.08.25:** - Let server listen on both ipv4 and ipv6.
332
333
* ** 03.06.25:** - Allow setting PWA name using env var ` PWA_APPNAME` .
333
334
* ** 13.10.24:** - Only chown config folder when change to ownership or new install is detected.
334
335
* ** 09.10.24:** - Manage permissions in /config/.ssh according to file type
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ init_diagram: |
102
102
"code-server:latest" <- Base Images
103
103
# changelog
104
104
changelogs :
105
+ - {date: "10.08.25:", desc: "Let server listen on both ipv4 and ipv6."}
105
106
- {date: "03.06.25:", desc: "Allow setting PWA name using env var `PWA_APPNAME`."}
106
107
- {date: "13.10.24:", desc: "Only chown config folder when change to ownership or new install is detected."}
107
108
- {date: "09.10.24:", desc: "Manage permissions in /config/.ssh according to file type"}
Original file line number Diff line number Diff line change 35
35
exec \
36
36
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
37
37
/app/code-server/bin/code-server \
38
- --bind-addr 0.0.0.0: 8443 \
38
+ --bind-addr "[::]: 8443" \
39
39
--user-data-dir /config/data \
40
40
--extensions-dir /config/extensions \
41
41
--disable-telemetry \
You can’t perform that action at this time.
0 commit comments