Remove log tail

This commit is contained in:
Nabeel Shahzad
2019-08-01 13:12:54 -04:00
parent e307da36b5
commit f31d6a00ec

View File

@@ -48,11 +48,11 @@ services:
restart: always
# Use this to tail the logs so it's just all in a single window
logs:
image: busybox
command: tail -f -F -n 0 /var/www/storage/logs/laravel.log
restart: always
volumes:
- ./storage:/var/www/storage
depends_on:
- app
#logs:
# image: busybox
# command: tail -f -F -n 0 /var/www/storage/logs/laravel.log
# restart: always
# volumes:
# - ./storage:/var/www/storage
# depends_on:
# - app