@@ -10,7 +10,7 @@ pkgs.dockerTools.buildImage {
|
||||
};
|
||||
|
||||
config = {
|
||||
Entrypoint = [ "/bin/sish" ];
|
||||
Entrypoint = [ "sish" ];
|
||||
Cmd = [
|
||||
"--ssh-address=0.0.0.0:2222"
|
||||
"--http-address=0.0.0.0:80"
|
||||
|
Reference in New Issue
Block a user