Show if there are database errors

This commit is contained in:
Nabeel Shahzad
2019-05-10 19:31:11 -05:00
parent a90d9aac39
commit 4dd3fc5244
5 changed files with 32 additions and 2 deletions

View File

@@ -36,3 +36,13 @@ services:
- ./docker/data/mysql:/var/lib/mysql
ports:
- 3306:3306
# 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
restart: always
volumes:
- ./:/var/www
depends_on:
- app