From b0b4928e0a2306ea630026357ba56fa3748a54a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Fri, 14 Jul 2017 13:02:34 +0200 Subject: [PATCH] Fix host mounts in the dev environment. Fixes #1 --- dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.yml b/dev.yml index 5ff07f1..3cf5c55 100644 --- a/dev.yml +++ b/dev.yml @@ -3,8 +3,8 @@ version: '2' services: web-frontend: volumes: - - ./web/public:/var/www/public + - ./web/public:/var/www/html/public web-backend: volumes: - - ./web:/var/www/public + - ./web:/var/www/html