Merge pull request #428 from joaquindlz/patch-1
Fix logmatic-docker entrypoint
This commit is contained in:
commit
9c2ae56a59
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user