From 5349f8dd5b35f12e5c24a9fb3fb14d066cf26601 Mon Sep 17 00:00:00 2001 From: Waldemar Kornewald <134387+wkornewald@users.noreply.github.com> Date: Sun, 4 Aug 2024 07:13:21 +0200 Subject: [PATCH] Update README.md (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5981a9..4e643fb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You'll need to mount these volumes: * `/conf`: Should contain your `extra.conf` if you want to use the default `smb.conf`. Alternatively, provide the complete `smb.conf` instead. * `/var/lib/samba`: Samba server's data * (optional) `/scripts`: This can contain shell scripts to prepare the container. Those scripts will be executed via `-euo pipefail` to ensure that script errors will actually trigger a failure instead of ignoring them. - * `/scripts/one-time-init.sh`: Will be executed exactly once per container creation and allows e.g. creating Linux users and groups before Samba is launchedl + * `/scripts/one-time-init.sh`: Will be executed exactly once per container creation and allows e.g. creating Linux users and groups before Samba is launched. * `/scripts/prepare.sh`: Executed every time before Samba is launched. * One or more data volumes for your shares, as referenced in your `smb.conf` (e.g. `/data`).