Hi,
We have several Shiny apps deployed with Shinyproxy, which works great. However, from time to time all apps stop working with the attached error.
We don’t know why all apps try to open on the same port in this case. The solution we found is to restart shinyproxy.
The docker settings in the application.yml are:
docker:
cert-path: /home/none
url: http://localhost:2375
host: 127.0.0.1
port-range-start: 40000
I would say that this happens, on average, once or twice a month.
Would you have an idea why this strange behaviour?
Thank you,
Andrei