Shiny app in docker container

I have a docker container running a shiny app that can be accessed via port 3838 using localhost. I am also running an NGINX container hosting a web application. The containerised shiny app and the NGINX web application share a user defined docker network. I can usually share data between containerised applications via the docker network but I can't seem to get the shiny app to work. I have set the shiny host to '0.0.0.0' in the docker build. I want to be able to use a shiny app via an iframe within a docker network.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.