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:
image: logmatic/logmatic-docker
entrypoint: /usr/src/app/index.js
entrypoint: python /app/main.py
command: ${logmatic_key} ${opts_args}
restart: always
volumes: