“WGET-Compose Wget HealthCheck” Kod odpowiedzi

Docker HealthCheck komponuje

healthcheck:
  test: ["CMD", "curl", "-f", "http://localhost"]
  interval: 1m30s
  timeout: 10s
  retries: 3
  start_period: 40s
Faithful Falcon

WGET-Compose Wget HealthCheck

HEALTHCHECK  --interval=5m --timeout=3s \
  CMD wget --no-verbose --tries=1 --spider http://localhost/ || exit 1
DreamCoder

Odpowiedzi podobne do “WGET-Compose Wget HealthCheck”

Pytania podobne do “WGET-Compose Wget HealthCheck”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu