Fix indentation to show numbered list

This commit is contained in:
Carlos Rodríguez
2016-10-19 13:55:06 +02:00
committed by GitHub
parent 984a257b81
commit b28d340dad

View File

@@ -127,9 +127,9 @@ Bitnami provides up-to-date versions of Mongodb and Parse, including security pa
1. Get the updated images:
```
$ docker pull bitnami/parse:latest
```
```
$ docker pull bitnami/parse:latest
```
2. Stop your container
@@ -187,14 +187,14 @@ To backup your application data follow these steps:
1. Stop the running container:
* For docker-compose: `$ docker-compose stop parse`
* For manual execution: `$ docker stop parse`
* For docker-compose: `$ docker-compose stop parse`
* For manual execution: `$ docker stop parse`
2. Copy the Parse data folder in the host:
```
$ docker cp /your/local/path/bitnami:/bitnami/parse
```
```
$ docker cp /your/local/path/bitnami:/bitnami/parse
```
# Restoring a backup