Changes
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@ services:
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
container_name: ntspi-php-queue
|
||||
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3 # Настройте параметры по необходимости
|
||||
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3
|
||||
|
||||
db:
|
||||
image: mysql:8.0
|
||||
@@ -46,4 +46,4 @@ services:
|
||||
- MYSQL_USER=admin
|
||||
- MYSQL_PASSWORD=secret
|
||||
ports:
|
||||
- "3306:3306"
|
||||
- "3306:3306"
|
||||
|
||||
Reference in New Issue
Block a user