Skip to content

Commit df2d830

Browse files
authored
Merge pull request #403 from ByteInternet/change-codeblock-for-ssh-rabbitmq
Use codeblock for SSH tunnel example for RabbitMQ
2 parents 7896df6 + 63eded1 commit df2d830

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ hypernode-servicectl restart rabbitmq-server
6161
- The default admin account is username `guest` and password `guest`. You can change and add users via the admin interface.
6262
- You can access the admin interface e.g. by forwarding the tcp port via SSH:
6363

64-
`ssh app@appname.hypernode.io -L 55672:localhost:15672`
64+
```bash
65+
ssh app@appname.hypernode.io -L 55672:localhost:15672
66+
```
6567

6668
Use your browser to go to `localhost:55672` and logon using guest/guest.
6769

0 commit comments

Comments
 (0)