Replies: 1 comment 11 replies
-
Oh, that is a bit weird. When code-server is deployed on Docker, the password is taken as an environment variable afaik. Maybe try making a variable called PASSWORD and entering your student's password there? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm using you Docker Image
codercom/code-server:4.9.1
I put in
config.yaml
a default password. But i say to my student to change this passord in this file.But, the new password is not applied.
In your doc you write this :
sudo systemctl restart code-server@coder
i have this :
sudo: systemctl: command not found
So, how can i restart code-server ? (in docker context)
thank you
Beta Was this translation helpful? Give feedback.
All reactions