increase mariadb health-check timeout (#1485)
This commit is contained in:
@@ -91,7 +91,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password=admin
|
test: mysqladmin ping -h localhost --password=admin
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 15
|
retries: 20
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}
|
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 15
|
retries: 20
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password=${DB_PASSWORD}
|
test: mysqladmin ping -h localhost --password=${DB_PASSWORD}
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 15
|
retries: 20
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
|
|||||||
2
pwd.yml
2
pwd.yml
@@ -74,7 +74,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h localhost --password=admin
|
test: mysqladmin ping -h localhost --password=admin
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 15
|
retries: 20
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user