Merge pull request #428 from joaquindlz/patch-1

Fix logmatic-docker entrypoint
This commit is contained in:
Raúl Sánchez 2017-07-05 12:58:17 +02:00 committed by GitHub
commit 9c2ae56a59

View File

@ -1,6 +1,6 @@
logmatic-agent: logmatic-agent:
image: logmatic/logmatic-docker image: logmatic/logmatic-docker
entrypoint: /usr/src/app/index.js entrypoint: python /app/main.py
command: ${logmatic_key} ${opts_args} command: ${logmatic_key} ${opts_args}
restart: always restart: always
volumes: volumes: