Skip to content

Commit 7919b97

Browse files
authoredOct 26, 2024··
docs: Connection example
1 parent 4f88c26 commit 7919b97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/exampl
5050
5151
Replace the example path `/home/example` with the desired folder.
5252

53+
> [!NOTE]
54+
> The name of the share will be `Data`, so to connect to it enter: `\\192.168.0.2\Data` in Windows Explorer (replace the example IP address with that of your host).
55+
>
56+
5357
### How do I modify the credentials?
5458

5559
You can set the `USER` and `PASS` environment variables to modify the credentials from their default values: user `samba` with password `secret`.

0 commit comments

Comments
 (0)
Please sign in to comment.