Adjust tail command
This commit is contained in:
parent
099600cf4c
commit
2ca4393c5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user