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: