Refactored syntax highlighting shortcodes into markdown
This commit is contained in:
parent
9e6bb1a3e5
commit
ea435049b3
71 changed files with 297 additions and 297 deletions
|
@ -14,11 +14,11 @@ I needed to test some scripts that interact with a rocketchat instance at work.
|
|||
## The commands
|
||||
|
||||
Docker simple install :
|
||||
{{< highlight sh >}}
|
||||
```sh
|
||||
docker run --name db -d mongo --smallfiles --replSet hurricane
|
||||
|
||||
docker exec -ti db mongo
|
||||
> rs.initiate()
|
||||
|
||||
docker run -p 3000:3000 --name rocketchat --env ROOT_URL=http://hurricane --env MONGO_OPLOG_URL=mongodb://db:27017/local?replSet=hurricane --link db -d rocket.chat
|
||||
{{< /highlight >}}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue