File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 --health-cmd "redis-cli ping"
3030 --health-interval 10s
3131 --health-timeout 5s
32- --health-retries 5
32+ --health-retries 10
3333 ports :
3434 - 6379:6379
3535
3939 --health-cmd "timeout 5 bash -c 'cat < /dev/null > /dev/udp/127.0.0.1/11211'"
4040 --health-interval 10s
4141 --health-timeout 5s
42- --health-retries 5
42+ --health-retries 10
4343 ports :
4444 - 11211:11211
4545
5353 --health-cmd pg_isready
5454 --health-interval 10s
5555 --health-timeout 5s
56- --health-retries 3
56+ --health-retries 10
5757 ports :
5858 - 5432:5432
5959
6767 --health-cmd="mysqladmin ping"
6868 --health-interval 10s
6969 --health-timeout 5s
70- --health-retries 3
70+ --health-retries 10
7171 ports :
7272 - 3306:3306
7373
8080 --health-cmd="mysqladmin ping"
8181 --health-interval 10s
8282 --health-timeout 5s
83- --health-retries 3
83+ --health-retries 10
8484 ports :
8585 - 3307:3306
8686
You can’t perform that action at this time.
0 commit comments