From c97f5da64756f44b9bade6188e9b5fe8c74a46c8 Mon Sep 17 00:00:00 2001 From: Poag Date: Tue, 13 Jun 2017 08:07:14 +0100 Subject: [PATCH] Create Upgrading Guide.md --- docs/guides/Upgrading Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/Upgrading Guide.md b/docs/guides/Upgrading Guide.md index ba95166c..14af54e3 100644 --- a/docs/guides/Upgrading Guide.md +++ b/docs/guides/Upgrading Guide.md @@ -15,7 +15,7 @@ - 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**. +- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:1.4**. - 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. +- Stop the container **docker stop nadeko** open the nadeko folder and replace the credentials, database and other files with your copies. - Restart the container **docker start nadeko**.