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
Good catch… That should indeed be -f, not -d… Interesting it didn't appear until now - that line was last touched December 2022… 😅
The permission error (cp: can't create directory '/data/frontend': Permission denied) is caused by the user change… Didn't happen for me as I'm mounting a K8s Secret there… :/
Hi, i think you broke the Docker image a bit, as i get this error when trying to start it:
I also noticed that you're using
-d
indocker-start.sh
to check if the file/data/frontend/index.html
exists - shouldn't that be-f
then?And lastly, i'm using my own frontend, so when mounting
/etc/nginx-sso
to/data
, i get this:Everything works as expected with
0.26.0
, though!The text was updated successfully, but these errors were encountered: