File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
root/etc/services.d/code-server Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
234
234
235
235
## Versions
236
236
237
+ * ** 29.04.20:** - Update start arguments.
237
238
* ** 01.04.20:** - Structural changes required for v3.
238
239
* ** 17.01.20:** - Fix artifact url retrieval from github.
239
240
* ** 24.10.19:** - Upgrade to v2 builds.
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ app_setup_block: |
65
65
66
66
# changelog
67
67
changelogs :
68
+ - { date: "29.04.20:", desc: "Update start arguments." }
68
69
- { date: "01.04.20:", desc: "Structural changes required for v3." }
69
70
- { date: "17.01.20:", desc: "Fix artifact url retrieval from github." }
70
71
- { date: "24.10.19:", desc: "Upgrade to v2 builds." }
Original file line number Diff line number Diff line change 10
10
exec \
11
11
s6-setuidgid abc \
12
12
/app/code-server/code-server \
13
- --host 0.0.0.0 \
14
- --port 8443 \
13
+ --bind-addr 0.0.0.0:8443 \
15
14
--user-data-dir /config/data \
16
15
--extensions-dir /config/extensions \
17
16
--disable-telemetry \
You can’t perform that action at this time.
0 commit comments