fix: rolling updates & lowers verbosity of worker process
This commit is contained in:
@@ -22,7 +22,7 @@ services:
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
- ./var/download:/var/download
|
||||
command: php ./bin/console messenger:consume async -vvv --time-limit=3600 --limit=10
|
||||
command: php ./bin/console messenger:consume async -v --time-limit=3600 --limit=10
|
||||
|
||||
database:
|
||||
image: mariadb:10.11.2
|
||||
|
||||
Reference in New Issue
Block a user