diff options
author | Terrence Benade <terrencebenade@gmail.com> | 2015-05-31 11:20:39 +0000 |
---|---|---|
committer | Terrence Benade <terrencebenade@gmail.com> | 2015-05-31 11:20:39 +0000 |
commit | 9ea231b5a5e40ed3babdc939030eb098fa0d8787 (patch) | |
tree | 9cd16bc7a47f2a7205d669da0e51ea54bbab9916 /docker | |
parent | 7c1f984c3c8d343e23fe510325da3ec1ee19f87e (diff) | |
download | gitlab-ce-9ea231b5a5e40ed3babdc939030eb098fa0d8787.tar.gz |
small typo
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index 2e533ae9dd5..a73ccd0dba0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -107,7 +107,7 @@ The directories on data container are: ### Configure GitLab -These container uses the official Omnibus GitLab distribution, so all configuration is done in the unique configuration file `/etc/gitlab/gitlab.rb`. +This container uses the official Omnibus GitLab distribution, so all configuration is done in the unique configuration file `/etc/gitlab/gitlab.rb`. To access GitLab configuration, you can start an interactive command line in a new container using the shared data volume container, you will be able to browse the 3 directories and use your favorite text editor: |