You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was creating a docker-compose project to link multiple containers as shown below, and had trouble with the timezone setting not being reflected in the shiny app.
I think it is worthwhile to make the same changes to Shiny Server that were once made to containers with RStudio Server installed (#186).
I think it can be achieved by simply copying the following lines from userconf.sh and pasting it into install_shiny_server.sh.
Yes, I would like to try this and create a PR.
It may be more appropriate to cut out only this part of the process into a stand-alone script and copy it into the S6 installation.
I was creating a docker-compose project to link multiple containers as shown below, and had trouble with the timezone setting not being reflected in the shiny app.
I think it is worthwhile to make the same changes to Shiny Server that were once made to containers with RStudio Server installed (#186).
I think it can be achieved by simply copying the following lines from
userconf.sh
and pasting it intoinstall_shiny_server.sh
.rocker-versioned2/scripts/userconf.sh
Lines 106 to 112 in 071c6a3
Like these lines.
rocker-versioned2/scripts/install_shiny_server.sh
Lines 49 to 57 in 071c6a3
The text was updated successfully, but these errors were encountered: