chore: update docker-compose.yml

This commit is contained in:
Maël Gangloff
2024-08-25 21:09:32 +02:00
parent 534a8db86c
commit 891c608a9b
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ readonly class RDAPService
];
private const IMPORTANT_EVENTS = [EventAction::Deletion->value, EventAction::Expiration->value];
private const IMPORTANT_STATUS = ['auto renew period', 'redemption period', 'pending delete'];
private const IMPORTANT_STATUS = ['auto renew period', 'redemption period', 'pending delete', 'client hold'];
public function __construct(private HttpClientInterface $client,
private EntityRepository $entityRepository,