summaryrefslogtreecommitdiff
path: root/test/compose/disable_healthcheck/docker-compose.yml
blob: 1f608c895241e9f61b5ef121e9ddd8bb9ae60254 (plain)
1
2
3
4
5
6
7
8
9
10
version: "3.7"
services:
  noHc:
    image: alpine
    container_name: noHc
    ports:
      - "4000:80"
    restart: unless-stopped
    healthcheck:
      disable: true