Commit 042318a7 authored by julien MILLAU's avatar julien MILLAU Committed by Stan Hu

Documentation fix `git_data_dirs` syntax in nfs_host_client_setup.md

parent bed597d5
......@@ -107,7 +107,7 @@ point and have all the required locations as subdirectories to use the NFS mount
git-data.
```text
git_data_dirs({"default" => "/nfs/home/var/opt/gitlab-data/git-data"})
git_data_dirs({"default" => {"path" => "/nfs/home/var/opt/gitlab-data/git-data"}})
user['home'] = '/nfs/home/var/opt/gitlab-data/home'
gitlab_rails['uploads_directory'] = '/nfs/home/var/opt/gitlab-data/uploads'
gitlab_rails['shared_path'] = '/nfs/home/var/opt/gitlab-data/shared'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment