From 992b5080b52b3d3a445d6a40e6714408102005c9 Mon Sep 17 00:00:00 2001 From: Code Review Videos Date: Wed, 12 Apr 2017 11:13:47 +0100 Subject: [PATCH] fix version inconsistency in DB restore task doc Unsure if this is a mistake or not, but if not, likely needs some documentation as to why. I'm new to your project, and docker in general, so apologies if I have missed something here. Thank you very much for sharing this project btw. I really appreciate it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de079dd1..114b108d 100644 --- a/README.md +++ b/README.md @@ -1070,7 +1070,7 @@ you need to prepare the database: ```bash docker run --name gitlab -it --rm [OPTIONS] \ - sameersbn/gitlab:8.14.4 app:rake db:setup + sameersbn/gitlab:9.0.5 app:rake db:setup ``` Execute the rake task to restore a backup. Make sure you run the container in interactive mode `-it`.