From ba8aa7845c55c31aaa0f48973bfc5744f7e647b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20de=20la=20Zerda?= Date: Thu, 9 Feb 2017 21:13:40 -0300 Subject: [PATCH] Fix logmatic-docker entrypoint 1.0 (deprecated): NodeJS docker client, not compatible with the Logmatic.io integration. 1.2 (latest): use python. --- templates/logmatic/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/logmatic/0/docker-compose.yml b/templates/logmatic/0/docker-compose.yml index a950fc0..ed6c6f1 100755 --- a/templates/logmatic/0/docker-compose.yml +++ b/templates/logmatic/0/docker-compose.yml @@ -1,6 +1,6 @@ logmatic-agent: image: logmatic/logmatic-docker - entrypoint: /usr/src/app/index.js + entrypoint: python /app/main.py command: ${logmatic_key} ${opts_args} restart: always volumes: