Answers for "wget health check"

0

wget health check

HEALTHCHECK  --interval=5m --timeout=3s \
  CMD wget --no-verbose --tries=1 --spider http://localhost/ || exit 1
Posted by: Guest on April-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language