From 06a6eb0326af6eb3bbe523b0c0061fc324578834 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 9 Dec 2022 08:15:03 -0800 Subject: [PATCH] fix code block indentation --- docs/administration.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index b5701d6fe..453a7b3b6 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -70,21 +70,21 @@ After that, [make a backup](#backup). 1. If you pull the image from the docker hub, all you need to do is: - ```shell-session - $ docker-compose pull - $ docker-compose up - ``` + ```shell-session + $ docker-compose pull + $ docker-compose up + ``` - The docker-compose files refer to the `latest` version, which is - always the latest stable release. + The docker-compose files refer to the `latest` version, which is + always the latest stable release. 2. If you built the image yourself, do the following: - ```shell-session - $ git pull - $ docker-compose build - $ docker-compose up - ``` + ```shell-session + $ git pull + $ docker-compose build + $ docker-compose up + ``` Running `docker-compose up` will also apply any new database migrations. If you see everything working, press CTRL+C once to gracefully stop