-
| as title, can I change " ~/.config/code-server/config.yaml" to any other path? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jsjoeio
          
      
      
        Dec 6, 2021 
      
    
    Replies: 2 comments 4 replies
-
| Well, it might be possible later, but I don't think it's possible as of now. @jsjoeio might know more. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            -
| You can pass the  Example: code-server --config ./config-files/code-server-config.yaml | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        Sdamuu
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You can pass the
--configflag when startingcode-server. It's documented undercode-server --helpExample: