Skip to content

Commit

Permalink
docs: Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 11, 2024
1 parent 5430290 commit 6abdaab
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 @@ -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:

Expand All @@ -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?

Expand All @@ -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/
Expand Down

0 comments on commit 6abdaab

Please sign in to comment.