Answers for "docker-compose file command"

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
0

docker compose command

docker-compose pause
docker-compose unpause
Posted by: Guest on April-19-2021

Code answers related to "docker-compose file command"

Python Answers by Framework

Browse Popular Code Answers by Language