Show if there are database errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user