From: Guillaume Pellerin Date: Mon, 7 Sep 2015 23:20:32 +0000 (+0200) Subject: fix paths and commands X-Git-Tag: 1.6a^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=60dd54c72da1c0bc3fdff120d78e9e13f6ad3d9b;p=telemeta.git fix paths and commands --- diff --git a/docker-compose.yml b/docker-compose.yml index 84490cd6..c5713133 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ static: image: debian:wheezy volumes: - /var/www/static - command: true + command: "true" log: image: debian:wheezy @@ -35,7 +35,7 @@ log: - /var/log/postgres - /var/log/uwsgi - /var/log/elasticsearch - command: /bin/true + command: "true" lib: image: debian:wheezy @@ -43,14 +43,14 @@ lib: - /var/lib/rabbitmq - /var/lib/postgres - ./var/lib/mysql:/var/lib/mysql - - ./var/lib/elasticseach:/var/lib/elasticseach - command: /bin/true + - ./var/lib/elasticsearch:/var/lib/elasticsearch + command: "true" home: image: debian:wheezy volumes: - ./examples/sandbox:/home/sandbox - command: /bin/true + command: "true" db: image: mysql @@ -112,4 +112,3 @@ nginx: - log links: - app -