H2-invent/jitsi-admin

Docker install error

Closed this issue · 7 comments

I am using the latest master, with a docker install and I get an error on installation step. Can you help?
OS Ubuntu 22.04.3

Screenshot_1

holema commented

Hello @dbakushkin,

do you start the installation with a root account?

Hi @holema,
yes, root

holema commented

I just try to install it on my maschine to get the error

holema commented

You try to start the system via docker-compose up, or do you use the sudo bash installDocker.sh command?
Because I was able to install the docker version on my test ubuntu without any doubt.

its interesting...
by sudo bash installDocker.sh

holema commented

can you try to set the user to root in the Dockerfilfe which is located in nodejs/Dockerfile.
You can do this by changing line 4 USER node to USER root. Then you can try it again. If this is working I will double check why it is not working on your system.

holema commented

you can also try to checkout branch hotfix/errorpage