Adjust tail command

This commit is contained in:
Nabeel Shahzad 2019-05-11 09:14:31 -05:00
parent 099600cf4c
commit 2ca4393c5a

View File

@ -40,7 +40,7 @@ services:
# Use this to tail the logs so it's just all in a single window # Use this to tail the logs so it's just all in a single window
logs: logs:
image: busybox 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 restart: always
volumes: volumes:
- ./:/var/www - ./:/var/www