diff options
Diffstat (limited to 'heat/docker-compose-3.yaml')
-rw-r--r-- | heat/docker-compose-3.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/docker-compose-3.yaml b/heat/docker-compose-3.yaml index 870c25e..f6c9212 100644 --- a/heat/docker-compose-3.yaml +++ b/heat/docker-compose-3.yaml @@ -29,7 +29,7 @@ services: - "POSTGRES_PASSWORD=inventorypwd" labels: - "SERVICE_NAME=service_change_handler" - - "SERVICE_CHECK_SCRIPT=/opt/health.sh" + - "SERVICE_CHECK_DOCKER_SCRIPT=/opt/health.sh" - "SERVICE_CHECK_INTERVAL=15s" - "SERVICE_CHECK_INITIAL_STATUS=passing" |