From 76cbda74290a905fa45dc61d306eaeb8a3201347 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 10 Oct 2024 00:23:21 +0200 Subject: [PATCH] docs: Multiple users --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index bbac018..5b2ed59 100644 --- a/readme.md +++ b/readme.md @@ -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 🌟