From c6e9b1ed5df797ddaecce1a42c44e36485e87dc1 Mon Sep 17 00:00:00 2001 From: Marius van Zundert Date: Tue, 21 Mar 2017 11:21:26 +0100 Subject: [PATCH] Fixed path variable for windows users --- env-example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env-example b/env-example index 7d5b154..8b24dee 100644 --- a/env-example +++ b/env-example @@ -1,3 +1,6 @@ +# Fix for windows users to make sure the application path works. +COMPOSE_CONVERT_WINDOWS_PATHS=1 + ### Application # Point to your application code, wish should be available at `/var/www`