From d4caddcaeda92aa4639d2cc26254d4a9bfab2b36 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Thu, 25 May 2017 09:56:14 +0800 Subject: [PATCH 1/2] move default config DATA_SAVE_PATH from /tmp to ~/.laradocc/data avoid lost data and windows no have /tmp folder. --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 7397b6d0..05731550 100644 --- a/env-example +++ b/env-example @@ -10,7 +10,7 @@ APPLICATION=../ ### Data Path: # For all storage systems. -DATA_SAVE_PATH=/tmp +DATA_SAVE_PATH=~/laradock/data ### PHP version # Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM) From c913c429c094f9b1b5dd81205cf931216c3869d7 Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Thu, 25 May 2017 10:04:41 +0800 Subject: [PATCH 2/2] change DATA_SAVE_PATH --- env-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-example b/env-example index 05731550..a1fa108d 100644 --- a/env-example +++ b/env-example @@ -10,7 +10,7 @@ APPLICATION=../ ### Data Path: # For all storage systems. -DATA_SAVE_PATH=~/laradock/data +DATA_SAVE_PATH=~/.laradock/data ### PHP version # Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM)