Replies: 1 comment 1 reply
-
No, it only looks at one path for user data. The default is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm adding code-server to a dockerised jupyter notebook service, and everything is building fine.
My current head-scratch is setting up config files:
~/.local/share/code-server
is in the users home directory, however that is an externally mounted volume and thus cannot be pre-defined in the docker image.Is there a set of paths that the server looks in for config? [such as
/usr/local/etc/code-server/
,/usr/local/share/code-server/
,~/.local/share/code-server/
,~/.config/code-server/
]Beta Was this translation helpful? Give feedback.
All reactions