aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorVeikka Kähkönen <insiding@gmail.com>2017-10-17 20:46:18 +0300
committerVeikka Kähkönen <insiding@gmail.com>2017-10-17 20:46:18 +0300
commitba809c038aea0b8e337f540b893449caf2505115 (patch)
treec233ed7a66810d5f8b083c6fc3310c979353a678 /docker-compose.yml
parent8b9fdd13beeca586cb2bf34e7abfb621708742fd (diff)
Make Docker clone the repo instead of mounting the host's copy
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 32f978a..95871f3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,4 +15,3 @@ services:
- "8080:80"
volumes:
- /usr/share/nginx/html
- - ".:/data/site-git"