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 am curious if environment variables can be passed in as Docker secrets. It seems to not be the case, but I see when using the linuxio image I can by supplying FILE__OIDC_CLIENT_ID=/run/secrets/CLIENT_ID. I'd rather not use linuxio's image, even though both are on 1.24.3. Is there another prefix available for variables I'm not seeing?
works using image: lscr.io/linuxserver/planka:latest
The text was updated successfully, but these errors were encountered:
I am curious if environment variables can be passed in as Docker secrets. It seems to not be the case, but I see when using the linuxio image I can by supplying
FILE__OIDC_CLIENT_ID=/run/secrets/CLIENT_ID
. I'd rather not use linuxio's image, even though both are on1.24.3
. Is there another prefix available for variables I'm not seeing?works using
image: lscr.io/linuxserver/planka:latest
The text was updated successfully, but these errors were encountered: