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:
parent
a125be49ac
commit
ba8aa7845c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user