How to run Rod and view the browser with docker compose? #717
Unanswered
Nikola-Milovic
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello, I have a question, for development I have docker compose that runs my different services, and for development I'd like be able to view the browser.I tried several ideas, the least painless one was to run a managed server on the host and connect to that, or just have a chromium instance listening in debug mode, but I cannot get either to work. Are there any better approaches?
And my server thats running
But I get the following error
The problem is I have to go roundabout way of connecting to host as I have the bridge network mode and I cannot change it to host as I need access to other internal services.
Beta Was this translation helpful? Give feedback.
All reactions