Fix indentation to show numbered list

This commit is contained in:
Carlos Rodríguez 2016-10-19 14:01:53 +02:00 committed by GitHub
parent 3fcc50e1fb
commit ececda7efb
1 changed files with 8 additions and 8 deletions

View File

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