From 6abdaabfadda777283f76569cd9bd71ff1e6716d Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 11 Jun 2024 21:26:14 +0200 Subject: [PATCH] docs: Add icons --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6607dda..e976851 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Docker container of [Samba](https://www.samba.org/), an implementation of the Windows SMB networking protocol. -## How to use +## Usage 🐳 Via Docker Compose: @@ -36,7 +36,7 @@ Via Docker CLI: docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/example:/storage" dockurr/samba ``` -## FAQ +## Configuration ⚙️ * ### How do I modify the credentials? @@ -57,7 +57,7 @@ docker run -it --rm -p 445:445 -e "USER=samba" -e "PASS=secret" -v "/home/exampl - /example/smb.conf:/etc/samba/smb.conf ``` -## Stars +## Stars 🌟 [![Stars](https://starchart.cc/dockur/samba.svg?variant=adaptive)](https://starchart.cc/dockur/samba) [build_url]: https://github.com/dockur/samba/