Fix console output of services documents

This commit is contained in:
Satnam Singh 2015-07-19 01:38:40 +01:00
parent 99d2ea4acc
commit a94dc54579
2 changed files with 3 additions and 3 deletions

View File

@ -49,8 +49,8 @@ Google Compute Engine firewalls are documented [elsewhere](https://cloud.google.
You can add a firewall with the ```gcloud``` command line tool:
```
gcloud compute firewall-rules create my-rule --allow=tcp:<port>
```console
$ gcloud compute firewall-rules create my-rule --allow=tcp:<port>
```
**Note**

View File

@ -302,7 +302,7 @@ For example, the Service "redis-master" which exposes TCP port 6379 and has been
allocated cluster IP address 10.0.0.11 produces the following environment
variables:
```
```bash
REDIS_MASTER_SERVICE_HOST=10.0.0.11
REDIS_MASTER_SERVICE_PORT=6379
REDIS_MASTER_PORT=tcp://10.0.0.11:6379