From 60dd54c72da1c0bc3fdff120d78e9e13f6ad3d9b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 8 Sep 2015 01:20:32 +0200 Subject: [PATCH] fix paths and commands --- docker-compose.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 - -- 2.39.5