From fd3dfa15a89ef0f58124c50bd8a05e638d839161 Mon Sep 17 00:00:00 2001 From: Josua Schmid Date: Fri, 25 Nov 2022 16:04:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1424e0..4797cc5 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ docker_compose.yml files, IE: * Attempting to connect with the `smbclient` commandline tool. By default samba still tries to use SMB1, which is deprecated and has security issues. This -container defaults to SMB2, which for no discernible reason even though it's +container defaults to SMB2, which for no discernible reason even though its support is disabled by default. So run the command as `smbclient -m SMB3`, then any other options you would specify.