Skip to content

Commit

Permalink
docs: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 15, 2024
1 parent 5c5212a commit 1ee037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/exampl

You can set `UID` and `GID` environment variables to change the user/group id's, and set `RW: false` to make the share read-only.

If you need more advanced features, you can modify the `smb.conf` file in this repo, and bind mount it to the container like this:
If you need more advanced features, you can modify the [smb.conf](https://github.com/dockur/samba/blob/master/smb.conf) file in this repo, and bind mount it to the container like this:

```yaml
volumes:
Expand Down

0 comments on commit 1ee037f

Please sign in to comment.