From 60887cf94904e10cd26246301d09a49be49ef5fa Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Thu, 7 May 2015 10:47:24 +0200 Subject: Remove the volumes from the single image to keep it simple. --- docker/single/marathon.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'docker/single/marathon.json') diff --git a/docker/single/marathon.json b/docker/single/marathon.json index b22b9f6274f..d23c2b84e0e 100644 --- a/docker/single/marathon.json +++ b/docker/single/marathon.json @@ -9,23 +9,6 @@ "docker": { "network": "HOST", "image": "sytse/gitlab-ce:7.10.1" - }, - "volumes": [ - { - "containerPath": "/var/opt/gitlab", - "hostPath": "/var/opt/gitlab", - "mode": "RW" - }, - { - "containerPath": "/var/log/gitlab", - "hostPath": "/var/log/gitlab", - "mode": "RW" - }, - { - "containerPath": "/etc/gitlab", - "hostPath": "/etc/gitlab", - "mode": "RW" - } - ] + } } } \ No newline at end of file -- cgit v1.2.3