We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bdd34 commit d86236eCopy full SHA for d86236e
1 file changed
.github/readme.md
@@ -39,7 +39,7 @@ services:
39
##### Via Docker CLI:
40
41
```bash
42
-docker run -it --rm --name statping -p 8080:8080 -v ${PWD:-.}/statping:/app --stop-timeout 60 dockurr/statping
+docker run -it --rm --name statping -p 8080:8080 -v "${PWD:-.}/statping:/app" --stop-timeout 60 dockurr/statping
43
```
44
45
##### Via Github Codespaces:
0 commit comments