From 2ca4393c5ae3e60bd5ca5a23c2df54eb40557386 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sat, 11 May 2019 09:14:31 -0500 Subject: [PATCH] Adjust tail command --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e6c720a1..439cbb4c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,7 @@ services: # Use this to tail the logs so it's just all in a single window logs: image: busybox - command: tail -f /var/www/storage/logs/laravel.log + command: tail -f -F -n 0 /var/www/storage/logs/laravel.log restart: always volumes: - ./:/var/www