CANNOT USE HTTP-SERVER CREATED USING NODE WITH DOCKERIZED CODE-SERVER #2628
Answered
by
code-asher
nooobcoder
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You probably need to expose port 1234 on the Docker side of things.
You could also use code-server's built-in proxy to access the port by
going to /proxy/1234.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
nooobcoder
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 am creating this simple node app to host a http server. Currently I am using code-server dockerized version to do this, when running the script i cannot access the web-server outside from it. But when i am running the same script by ssh'ing to that location from my pc's terminal, the site is accessible. Need a way to access the server by running the script from code-server.
Beta Was this translation helpful? Give feedback.
All reactions