We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an administrator I want to be be able to start this container unprivileged.
the entrypoint.sh script is
entrypoint.sh
this causes issues issues when run without privileges
check wether uid and gid are also the target SIGNAL_CLI_UID and SIGNAL_CLI_GID. If so, just start signal-cli-rest-api
uid
gid
SIGNAL_CLI_UID
SIGNAL_CLI_GID
signal-cli-rest-api
The text was updated successfully, but these errors were encountered:
enable rootless start
1be5684
fixes bbernhard#490
Successfully merging a pull request may close this issue.
Feature Request
As an administrator I want to be be able to start this container unprivileged.
Current situation
the
entrypoint.sh
script isthis causes issues issues when run without privileges
solution
check wether
uid
andgid
are also the targetSIGNAL_CLI_UID
andSIGNAL_CLI_GID
.If so, just start
signal-cli-rest-api
The text was updated successfully, but these errors were encountered: