Shinyproxy.io instructions on docker-env

Hi,

I’m trying to add environment variables to each app following the instruction on Shinyproxy.io (Configuration -> Apps -> Note), which says should specify variables in the format of VAR1=VAL1 VAR2=VAL2. However, this doesn’t work. I ended up using the following format:

docker-env:
    VAR1: VALUE1
    VAR2: VALUE2

This works fine in my setup.

Hi @Keqiang_Li,

Many thanks for reporting. I fixed the documentation on https://www.shinyproxy.io/configuration/#apps

Best,
Tobias