Skip to content

Commit d86236e

Browse files
authored
docs: Add quotes around $PWD
1 parent 03bdd34 commit d86236e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
##### Via Docker CLI:
4040
4141
```bash
42-
docker run -it --rm --name statping -p 8080:8080 -v ${PWD:-.}/statping:/app --stop-timeout 60 dockurr/statping
42+
docker run -it --rm --name statping -p 8080:8080 -v "${PWD:-.}/statping:/app" --stop-timeout 60 dockurr/statping
4343
```
4444

4545
##### Via Github Codespaces:

0 commit comments

Comments
 (0)