From c76cbf0f2a2e10361d2787a9e28a7923b37b0a4e Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sat, 22 Feb 2014 10:04:32 +0530 Subject: [PATCH] README: removed notice --- README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/README.md b/README.md index 4017655b..44d3a084 100644 --- a/README.md +++ b/README.md @@ -6,36 +6,6 @@ Dockerfile to build a GitLab container image. ***Please refer to upgrading section if coming from previous version*** -# Important notice for existing users -**/home/git/data** is now setup as the base data directory for the gitlab container. The .ssh, repositories, gitlab-satellites, uploads, backups and hooks directories are now all stored within this directory. This means that only one volume needs to be mounted at /home/git/data for all gitlab data. - -To change to the new directory structure follow these steps: - -```bash -sudo mkdir -p /opt/gitlab/data -sudo mv /opt/gitlab/.ssh /opt/gitlab/data/ -sudo mv /opt/gitlab/repositories /opt/gitlab/data/ -sudo mv /opt/gitlab/gitlab-satellites /opt/gitlab/data/ -sudo mv /opt/gitlab/backups /opt/gitlab/data/ -``` - -Replace the following parameters from the run command - -```bash --v /opt/gitlab/.ssh:/home/git/.ssh --v /opt/gitlab/repositories:/home/git/repositories --v /opt/gitlab/gitlab-satellites:/home/git/gitlab-satellites --v /opt/gitlab/backups:/home/git/gitlab/tmp/backups -``` - -with - -```bash --v /opt/gitlab/data:/home/git/data -``` - -__NOTE__: A seperate volume still needs to be mounted for mysql data if the internal mysql server is used. - ## Installation Pull the latest version of the image from the docker index. This is the recommended method of installation as it is easier to update image in the future. These builds are performed by the **Docker Trusted Build** service.