Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-05-07 11:47:24 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-05-07 11:47:24 +0300
commit60887cf94904e10cd26246301d09a49be49ef5fa (patch)
treea8b20aa0925bb23789f72c26317877c9eb10cb77 /docker/single/marathon.json
parentb18dfc8d40269d3770a432ecf28416736f7bf8d7 (diff)
Remove the volumes from the single image to keep it simple.
Diffstat (limited to 'docker/single/marathon.json')
-rw-r--r--docker/single/marathon.json19
1 files changed, 1 insertions, 18 deletions
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