You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use latest docker image, I can't open a workspace or add folder to workspace. Nothing happend. No refresh, no error, no new added folder in exploler. Mounted folder works.
docker run -it -p 3400:8443 --name test -v "/var/www:/home/coder/project" codercom/code-server --allow-http --no-auth
But when I try older docker image, it works.
docker run -it -p 3400:8443 --name test -v "/var/www:/home/coder/project" codercom/code-server:1.604-vsc1.32.0 --allow-http --no-auth
The text was updated successfully, but these errors were encountered:
code-server
version: 1.621Description
When I use latest docker image, I can't open a workspace or add folder to workspace. Nothing happend. No refresh, no error, no new added folder in exploler. Mounted folder works.
But when I try older docker image, it works.
The text was updated successfully, but these errors were encountered: