Skip to content

Commit ba2d650

Browse files
authored
docs: Add quotes around $PWD (#44)
1 parent 3eeaa99 commit ba2d650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
##### Via Docker CLI:
3737
3838
```bash
39-
docker run -it --rm --name samba -p 445:445 -e "USER=samba" -e "PASS=secret" -v ${PWD:-.}/samba:/storage dockurr/samba
39+
docker run -it --rm --name samba -p 445:445 -e "USER=samba" -e "PASS=secret" -v "${PWD:-.}/samba:/storage" dockurr/samba
4040
```
4141

4242
## Configuration ⚙️

0 commit comments

Comments
 (0)