From 125d0231c1e5c51f2a34a08e4ddf3f1ebe2d391a Mon Sep 17 00:00:00 2001 From: Poag Date: Mon, 12 Jun 2017 15:34:37 +0100 Subject: [PATCH] Formatting uber broken. --- docs/guides/Upgrading Guide.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index a516f26f..ba95166c 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -11,10 +11,11 @@ **If you are running Dockerised Nadeko** -- Shutdown your existing container **docker stop nadeko** -- Move you credentials and other files to another folder -- Delete your container **docker rm nadeko** -- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev** -- Start the container **docker start nadeko** wait for it to complain about lacking credentials -- Stop the container **docker stop nadeko** open the nadeko folder and replace the crednetials, database and other files with your copies -- Restart the container **docker start nadeko** + +- Shutdown your existing container **docker stop nadeko**. +- Move you credentials and other files to another folder. +- Delete your container **docker rm nadeko**. +- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev**. +- Start the container **docker start nadeko** wait for it to complain about lacking credentials. +- Stop the container **docker stop nadeko** open the nadeko folder and replace the crednetials, database and other files with your copies. +- Restart the container **docker start nadeko**.