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
234234
235235## Versions
236236
237+ * ** 29.04.20:** - Update start arguments.
237238* ** 01.04.20:** - Structural changes required for v3.
238239* ** 17.01.20:** - Fix artifact url retrieval from github.
239240* ** 24.10.19:** - Upgrade to v2 builds.
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ app_setup_block: |
6565
6666# changelog
6767changelogs :
68+ - { date: "29.04.20:", desc: "Update start arguments." }
6869 - { date: "01.04.20:", desc: "Structural changes required for v3." }
6970 - { date: "17.01.20:", desc: "Fix artifact url retrieval from github." }
7071 - { date: "24.10.19:", desc: "Upgrade to v2 builds." }
Original file line number Diff line number Diff line change 1010exec \
1111 s6-setuidgid abc \
1212 /app/code-server/code-server \
13- --host 0.0.0.0 \
14- --port 8443 \
13+ --bind-addr 0.0.0.0:8443 \
1514 --user-data-dir /config/data \
1615 --extensions-dir /config/extensions \
1716 --disable-telemetry \
You can’t perform that action at this time.
0 commit comments