Answers for "add search docker container to existing docker-compose file"

0

healthcheck docker compose

healthcheck:
  test: ["CMD", "curl", "-f", "http://localhost"]
  interval: 1m30s
  timeout: 10s
  retries: 3
  start_period: 40s
Posted by: Guest on November-25-2020

Code answers related to "add search docker container to existing docker-compose file"

Python Answers by Framework

Browse Popular Code Answers by Language