Skip to content

Commit

Permalink
docs: Multiple users
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 9, 2024
1 parent dd0420b commit 76cbda7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ volumes:
- /example/smb.conf:/etc/samba/smb.conf
```
### How do I create multiple users?
### How do I configure multiple users?
If you want to use multiple users, you can bind the [smb_user.conf](https://github.com/dockur/samba/blob/master/smb_user.conf) file to the container as follows:
If you want to use multiple users, you can bind the [users.conf](https://github.com/dockur/samba/blob/master/users.conf) file to the container as follows:
```yaml
volumes:
- /example/smb_user.conf:/etc/samba/smb_user.conf
- /example/users.conf:/etc/samba/users.conf
```
## Stars 🌟
Expand Down

0 comments on commit 76cbda7

Please sign in to comment.