Fix logmatic-docker entrypoint

1.0 (deprecated): NodeJS docker client, not compatible with the Logmatic.io integration.
1.2 (latest): use python.
This commit is contained in:
Joaquín de la Zerda 2017-02-09 21:13:40 -03:00 committed by GitHub
parent a125be49ac
commit ba8aa7845c

View File

@ -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: