Skip to content

Commit 528b60e

Browse files
fixing Volumes and Workdir
1 parent cbd3cf7 commit 528b60e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ services:
7979
php-worker:
8080
build:
8181
context: ./php-worker
82-
volumes:
83-
- ../:/var/www/laravel
82+
volumes_from:
83+
- applications
8484
links:
8585
- workspace
8686

php-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
3636
#
3737

3838
RUN rm -r /var/lib/apt/lists/*
39-
WORKDIR /etc/supervisor/conf.d/supervisord.conf
39+
WORKDIR /etc/supervisor/conf.d/

0 commit comments

Comments
 (0)