We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2336b commit c7fa842Copy full SHA for c7fa842
examples/templates/docker/main.tf
@@ -35,8 +35,8 @@ resource "coder_agent" "main" {
35
touch ~/.init_done
36
fi
37
38
- # install and start code-server
39
- curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.19.1
+ # Add "--version x.x.x" to install a specific code-server version.
+ curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server
40
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
41
EOT
42
0 commit comments