Fix indentation to show numbered list

This commit is contained in:
Carlos Rodríguez 2016-10-19 13:56:45 +02:00 committed by GitHub
parent 941afb7bc7
commit d26744e9ff
1 changed files with 8 additions and 8 deletions

View File

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