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 @@ -306,6 +306,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
306
306
307
307
# # Versions
308
308
309
+ * ** 21.04.23:** - Let server listen on both ipv4 and ipv6.
309
310
* ** 01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
310
311
* ** 05.10.22:** - Install recommended deps to maintain parity with the older images.
311
312
* ** 29.09.22:** - Rebase to jammy, switch to s6v3. Fix chown logic to skip ` /config/workspace` contents.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ app_setup_block: |
54
54
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
55
55
# changelog
56
56
changelogs :
57
+ - {date: "21.04.23:", desc: "Let server listen on both ipv4 and ipv6."}
57
58
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
58
59
- {date: "05.10.22:", desc: "Install recommended deps to maintain parity with the older images."}
59
60
- {date: "29.09.22:", desc: "Rebase to jammy, switch to s6v3. Fix chown logic to skip `/config/workspace` contents."}
Original file line number Diff line number Diff line change 17
17
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
18
18
s6-setuidgid abc \
19
19
/app/code-server/bin/code-server \
20
- --bind-addr 0.0.0.0: 8443 \
20
+ --bind-addr "[::]: 8443" \
21
21
--user-data-dir /config/data \
22
22
--extensions-dir /config/extensions \
23
23
--disable-telemetry \
You can’t perform that action at this time.
0 commit comments