Skip to content

Commit

Permalink
Add missing escape characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht authored Feb 7, 2022
1 parent 99596a1 commit 7a90088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ docker run -d \
-p 44300:8080 \
-p 44301:8081 \
-e SMOCKER_TLS_ENABLE=true \
-v /path/to/your/cert.pem:/etc/smocker/tls/certs/cert.pem:ro
-v /path/to/your/key.pem:/etc/smocker/tls/private/key.pem:ro
-v /path/to/your/cert.pem:/etc/smocker/tls/certs/cert.pem:ro \
-v /path/to/your/key.pem:/etc/smocker/tls/private/key.pem:ro \
--name smocker \
thiht/smocker
```
Expand Down

0 comments on commit 7a90088

Please sign in to comment.