From: Art4 Date: Wed, 6 Nov 2024 22:59:45 +0000 (+0000) Subject: add command args as options X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ac97e44ab512b3d4f10ab9de51f42abfba3c434;p=friendica.git add command args as options --- 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: