docker-sshd icon indicating copy to clipboard operation
docker-sshd copied to clipboard

fixed problem where only one user with one group can be used

Open leissbua opened this issue 3 years ago • 0 comments

If you want to use env variable

SSH_USERS: "test:1000:1000, test2:1001:1000"

this is not possible as the groupadd without -f raises a none zero exit code crashing the entry point script

leissbua avatar Apr 28 '21 14:04 leissbua