Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

177
Views
Unsupported config option: 'healthcheck'

I tried to add a healthcheck to my compose file but whenever I ran the compose file I get the following error.

ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for balrogadmin: 'healthcheck'
Unsupported config option for balrogagent: 'healthcheck'
Unsupported config option for balrogpub: 'healthcheck'
Unsupported config option for balrogui: 'healthcheck'

My docker configurations are:

docker --version
Docker version 17.03.0-ce, build 3a232c8

docker-compose --version
docker-compose version 1.11.2, build dfed245
over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

The healthcheck option was added in docker-compose file format 2.1. If you are using version 2 or version 1, it will not be available. The format version is typically on the first line of docker-compose.yml, as in

version: '2.1'

version: '3'

Also, the healthcheck option requires Docker Engine 1.12.0 or later.

If you don't meet those requirements, it will not work.

over 4 years ago · Santiago Trujillo Report

0

delete the config option for balrogadmin: 'healthcheck',it will can work.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!