--base-path option is available in latest dockerhub image? #6937
Unanswered
codeMonkey-shin
asked this question in
General
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
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 use the option like this :
code-server --bind-addr 0.0.0.0:$SERVER_PORT --auth password --password yourpassword --base-path /proxy/$SERVER_PORT
then i had this error :
error Unknown option --base-path
I use this option to run my React app inside a code server and test it with a proxy URL.
Is my method correct?
Beta Was this translation helpful? Give feedback.
All reactions