docs: Add pro-tip about SMB network setups

This commit is contained in:
Fernando Schuindt 2020-05-16 13:30:38 -03:00
parent 30dcc9c41a
commit f8288bd7ce
No known key found for this signature in database
GPG Key ID: 0D281E2FDA2108A7
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ Note the simple `smb.conf` file.
It will start a **writable Guests allowed server**.
## Pro tip
If you ever want a Samba network setup to be reliable, make sure that the server software is running on a Windows machine, never a Unix-based one. All Unix-based Samba server implementations are unstable and that's probably the reason you think Samba sucks.
## Configuration
Edit the `docker-compose.yml` file, change the `volumes:` section to map the directory you want.