aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-travis.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-02-26 02:55:08 +0000
committerterminaldweller <thabogre@gmail.com>2021-02-26 02:55:08 +0000
commitfd7b299442c95e6d3a870aefa51b04f38b2c70e2 (patch)
tree60fe45334c7748be3b4a4dc98e9a0dd6fb1fbbec /docker-compose-travis.yaml
parentupdated readme with todo list (diff)
downloadhived-fd7b299442c95e6d3a870aefa51b04f38b2c70e2.tar.gz
hived-fd7b299442c95e6d3a870aefa51b04f38b2c70e2.zip
added a health endpoint. change endpoint name to alert. added a health endpoint.maybe a travis fix?
Diffstat (limited to 'docker-compose-travis.yaml')
-rw-r--r--docker-compose-travis.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose-travis.yaml b/docker-compose-travis.yaml
index 6d1a06d..a5263e0 100644
--- a/docker-compose-travis.yaml
+++ b/docker-compose-travis.yaml
@@ -11,7 +11,7 @@ services:
- "8008:8008"
depends_on:
- redis
- entrypoint: /hived/docker-entrypoint.sh
+ entrypoint: /hived/hived
redis:
image: redis:6.2-alpine
networks: