We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use indy-node-monitor as a cron job the -ti parameters should be removed from the run.sh cmd.
Might be appropriate to expect indy-node-monitor to be used extensively with cron jobs in future.
A quick fix might be to indicate via a cmd line argument if it will be a cron job that will remove the -ti parameters from the docker cmd.
The text was updated successfully, but these errors were encountered:
Added a way to not use the -it mode for docker easily by setting the …
2bf23a1
…CM env variable on run hyperledger#13 Signed-off-by: Stephen Curran <[email protected]>
Merge pull request #15 from swcurran/cron-mode
d5da097
Added a way to not use the -it mode for docker easily by setting the CM env variable on run #13
No branches or pull requests
To use indy-node-monitor as a cron job the -ti parameters should be removed from the run.sh cmd.
Might be appropriate to expect indy-node-monitor to be used extensively with cron jobs in future.
A quick fix might be to indicate via a cmd line argument if it will be a cron job that will remove the -ti parameters from the docker cmd.
The text was updated successfully, but these errors were encountered: