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 noticed that the docker containers built from the prebuilt or manually built images as described in the documentation run with root privileges on the host system.
I spent some time trying to change that, but had no success yet.
Can anybody help me with that?
The text was updated successfully, but these errors were encountered:
I found a solution for this problem. The config and log folders have to belong to the user that runs the docker container. With the -u flag, you can set a user ID which executes the container.
I can create a pull request for the documentation if anybody finds this helpful.
Hello SimpleX Chat team and community!
I noticed that the docker containers built from the prebuilt or manually built images as described in the documentation run with root privileges on the host system.
I spent some time trying to change that, but had no success yet.
Can anybody help me with that?
The text was updated successfully, but these errors were encountered: