mirror of
https://github.com/dockersrc/debian
synced 2024-11-22 11:23:04 -05:00
6 lines
224 B
Bash
6 lines
224 B
Bash
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
# healthcheck
|
||
|
HEALTH_ENABLED="${HEALTH_ENABLED:-}"
|
||
|
HEALTH_URL="${HEALTH_URL:-}"
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|