Replies: 2 comments 2 replies
-
Port 8000 is for the tunnel, is this not working for you? Can you confirm the running container has this port exposed? Any more details you can provide would be fantastic. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I enabled all 3 ports now and I can see them exposed
Ports 9000 and 9443 work fine, 8000 shows only "Not found" |
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.
-
Ask a Question!
I first build the container in Docker using port 9000:9000, after that I decide to change to:
ports:
- 8000:8000
- 9443:9443
The port 9443 correctly work but the port 8000 does not work and the port 9000 still works, even though is not there anymore. What went wrong?
Beta Was this translation helpful? Give feedback.
All reactions