Skip to content

Instantly share code, notes, and snippets.

@Alex4386
Created September 12, 2022 01:49
Show Gist options
  • Select an option

  • Save Alex4386/541dd97e27184a961276e049a4342e5f to your computer and use it in GitHub Desktop.

Select an option

Save Alex4386/541dd97e27184a961276e049a4342e5f to your computer and use it in GitHub Desktop.
code-server ecosystem.config.js
module.exports = {
apps : [{
name: "code-server",
interpreter: "/bin/bash",
cmd: "code-server serve-local --disable-telemetry --without-connection-token"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment