Skip to content

Commit fae9983

Browse files
authored
docs: Formatting
1 parent 6917dde commit fae9983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Docker container of [Samba](https://www.samba.org/), an implementation of the Wi
1515

1616
## Usage 🐳
1717

18-
Via Docker Compose:
18+
##### Via Docker Compose:
1919

2020
```yaml
2121
services:
@@ -33,7 +33,7 @@ services:
3333
restart: always
3434
```
3535
36-
Via Docker CLI:
36+
##### Via Docker CLI:
3737
3838
```bash
3939
docker run -it --rm --name samba -p 445:445 -e "USER=samba" -e "PASS=secret" -v ${PWD:-.}/samba:/storage dockurr/samba

0 commit comments

Comments
 (0)