diff options
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" } ] |