Browse Source

Fix typo on image name

pull/118/head
Vincent De Smet 8 years ago
parent
commit
a488dabac3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

@ -4,7 +4,7 @@ services:
hc:
build: .
# image: haswalt/docker-healthchecks
image: quay.io/honestbee/healthcheck:latest
image: quay.io/honestbee/healthchecks:latest
ports:
- "9090:9090"
depends_on:


Loading…
Cancel
Save