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`.