From 528b60eb17afc4b69c85d863ca1d7cbb61beb678 Mon Sep 17 00:00:00 2001 From: Ignacio Cabrera Date: Thu, 16 Mar 2017 21:03:04 -0300 Subject: [PATCH] fixing Volumes and Workdir --- docker-compose.yml | 4 ++-- php-worker/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 10eee55..ee6606b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -79,8 +79,8 @@ services: php-worker: build: context: ./php-worker - volumes: - - ../:/var/www/laravel + volumes_from: + - applications links: - workspace diff --git a/php-worker/Dockerfile b/php-worker/Dockerfile index c588b3d..13c6d95 100644 --- a/php-worker/Dockerfile +++ b/php-worker/Dockerfile @@ -36,4 +36,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # RUN rm -r /var/lib/apt/lists/* -WORKDIR /etc/supervisor/conf.d/supervisord.conf \ No newline at end of file +WORKDIR /etc/supervisor/conf.d/