From 28819d6d0fb77b8f6030865b0c0d2a1b74a39cad Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 9 Dec 2022 08:11:42 -0800 Subject: [PATCH] Fix code block indentation --- docs/administration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 15ad79533..b5701d6fe 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -68,7 +68,7 @@ $ docker-compose down After that, [make a backup](#backup). -A. If you pull the image from the docker hub, all you need to do is: +1. If you pull the image from the docker hub, all you need to do is: ```shell-session $ docker-compose pull @@ -78,7 +78,7 @@ A. If you pull the image from the docker hub, all you need to do is: The docker-compose files refer to the `latest` version, which is always the latest stable release. -B. If you built the image yourself, do the following: +2. If you built the image yourself, do the following: ```shell-session $ git pull