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
Hey, i am trying to run the docker container using this docker run command:
docker run
-d
-p '8000:8000/tcp'
-v '/peergos':'/opt/peergos/data':'rw'
'ghcr.io/peergos/web-ui:latest'
but afterwards the container stops and in the docker logs i can see this error:
Couldn't load native crypto library at /opt/peergos/native-lib/libtweetnacl.so, using pure Java version...
To use the native linux-x86-64 crypto implementation use option -Djava.library.path=native-lib
Run with -help to show options
The text was updated successfully, but these errors were encountered:
Hey, i am trying to run the docker container using this docker run command:
but afterwards the container stops and in the docker logs i can see this error:
The text was updated successfully, but these errors were encountered: