diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-05-07 09:10:35 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-05-07 09:10:35 +0200 |
commit | 2576971f39de0884bd3e6464c3f0611c6590f69e (patch) | |
tree | 5e99a6b4796506b4a32bcf800e85aeed99d0c388 /docker | |
parent | 5b3c823fc9fe6788184a29dec7393158738ef584 (diff) | |
download | gitlab-ce-2576971f39de0884bd3e6464c3f0611c6590f69e.tar.gz |
Forgot to link the third directory, thanks Ben.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/single/marathon.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/single/marathon.json b/docker/single/marathon.json index 2c15315e7aa..b22b9f6274f 100644 --- a/docker/single/marathon.json +++ b/docker/single/marathon.json @@ -22,8 +22,8 @@ "mode": "RW" }, { - "containerPath": "/var/opt/gitlab", - "hostPath": "/var/opt/gitlab", + "containerPath": "/etc/gitlab", + "hostPath": "/etc/gitlab", "mode": "RW" } ] |