mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 14:57:44 +08:00
11 lines
245 B
YAML
11 lines
245 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
check-peer:
|
|
exec: timeout --preserve-status 9 peer node start || true
|
|
timeout: 15000
|
|
exit-status: 0
|
|
stderr:
|
|
- "Started peer"
|