-
I have installed code-server using npm on alpine, I wanted to ask how could I change these path? |
Beta Was this translation helpful? Give feedback.
Answered by
jsjoeio
Sep 27, 2021
Replies: 1 comment
-
If you run That should be what you're looking for! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run
code-server --help
, you'll see the available options. One of those is--config
which is "Path to yaml config file".That should be what you're looking for!