Fix indentation to show numbered list

This commit is contained in:
Carlos Rodríguez
2016-10-19 13:55:53 +02:00
committed by GitHub
parent e5574b3e3e
commit d22c38fde4

View File

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