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
329329
330330# # Versions
331331
332+ * ** 10.08.25:** - Let server listen on both ipv4 and ipv6.
332333* ** 03.06.25:** - Allow setting PWA name using env var ` PWA_APPNAME` .
333334* ** 13.10.24:** - Only chown config folder when change to ownership or new install is detected.
334335* ** 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: |
102102 "code-server:latest" <- Base Images
103103# changelog
104104changelogs :
105+ - {date: "10.08.25:", desc: "Let server listen on both ipv4 and ipv6."}
105106 - {date: "03.06.25:", desc: "Allow setting PWA name using env var `PWA_APPNAME`."}
106107 - {date: "13.10.24:", desc: "Only chown config folder when change to ownership or new install is detected."}
107108 - {date: "09.10.24:", desc: "Manage permissions in /config/.ssh according to file type"}
Original file line number Diff line number Diff line change 3535 exec \
3636 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
3737 /app/code-server/bin/code-server \
38- --bind-addr 0.0.0.0: 8443 \
38+ --bind-addr "[::]: 8443" \
3939 --user-data-dir /config/data \
4040 --extensions-dir /config/extensions \
4141 --disable-telemetry \
You can’t perform that action at this time.
0 commit comments