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 restart: always
# 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 -F -n 0 /var/www/storage/logs/laravel.log # command: tail -f -F -n 0 /var/www/storage/logs/laravel.log
restart: always # restart: always
volumes: # volumes:
- ./storage:/var/www/storage # - ./storage:/var/www/storage
depends_on: # depends_on:
- app # - app