add command args as options

This commit is contained in:
Art4 2024-11-06 22:59:45 +00:00
parent 6477179231
commit 3ac97e44ab

View file

@ -14,13 +14,9 @@ jobs:
MYSQL_DATABASE: test MYSQL_DATABASE: test
MYSQL_PASSWORD: test MYSQL_PASSWORD: test
MYSQL_USER: test MYSQL_USER: test
command:
- --max-allowed-packet=64M
- --wait-timeout=28800
- --interactive-timeout=28800
ports: ports:
- 3306/tcp - 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: redis:
image: redis image: redis
ports: ports: