Remove log tail
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user