This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2020-09-14 15:40:18 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e # exit on first error
|
|
|
|
|
|
|
|
# start the health-checks service
|
2022-04-06 09:59:28 +00:00
|
|
|
docker exec health-check cli enable
|