From 6c9077766b8f30bd46d95c19ecd3d4ff98bdafc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez?= Date: Wed, 19 Oct 2016 13:27:56 +0200 Subject: [PATCH] Fix indentation to show numbered list --- bitnami/drupal/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 995faea74acc..cde0655f3985 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -134,9 +134,9 @@ Bitnami provides up-to-date versions of MariaDB and Drupal, including security p 1. Get the updated images: -``` -$ docker pull bitnami/drupal:latest -``` + ``` + $ docker pull bitnami/drupal:latest + ``` 2. Stop your container @@ -193,14 +193,14 @@ To backup your application data follow these steps: 1. Stop the running container: -* For docker-compose: `$ docker-compose stop drupal` -* For manual execution: `$ docker stop drupal` + * For docker-compose: `$ docker-compose stop drupal` + * For manual execution: `$ docker stop drupal` 2. Copy the Drupal data folder in the host: -``` -$ docker cp /your/local/path/bitnami:/bitnami/drupal -``` + ``` + $ docker cp /your/local/path/bitnami:/bitnami/drupal + ``` # Restoring a backup