mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
Fix indentation to show numbered list
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user