mirror of
https://github.com/casjaysdevdocker/neovim
synced 2025-09-18 03:57:41 -04:00
6 lines
224 B
Bash
6 lines
224 B
Bash
![]() |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
# healthcheck
|
||
|
HEALTH_ENABLED="${HEALTH_ENABLED:-}"
|
||
|
HEALTH_URL="${HEALTH_URL:-}"
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|