From 3ac97e44ab512b3d4f10ab9de51f42abfba3c434 Mon Sep 17 00:00:00 2001 From: Art4 Date: Wed, 6 Nov 2024 22:59:45 +0000 Subject: [PATCH] add command args as options --- .github/workflows/php.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1bb7ed066d..44e076f9c3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -14,13 +14,9 @@ jobs: MYSQL_DATABASE: test MYSQL_PASSWORD: test MYSQL_USER: test - command: - - --max-allowed-packet=64M - - --wait-timeout=28800 - - --interactive-timeout=28800 ports: - 3306/tcp - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 + options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 --wait-timeout=28800 --interactive-timeout=28800 redis: image: redis ports: