Editing application.yml inside containerized shinyproxy

Hi,

when running shinyproxy inside docker container is it possible to add new users/edit application.yml once the docker image is created? For example by using environmental variables with docker compose and plugging them into the application.yml?
Thanks!

Hi,

create volume when starting shinyproxy in container with inside container path /etc/shinyproxy. Than you can edit application.yml from host OS.

1 Like