Skip to content
New issue

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

Docker start command #11

Open
naka4 opened this issue Apr 21, 2022 · 0 comments
Open

Docker start command #11

naka4 opened this issue Apr 21, 2022 · 0 comments

Comments

@naka4
Copy link

naka4 commented Apr 21, 2022

Please change dokcer commad from

docker run -it --rm -e SLACK_BOT_TOKEN=$SLACK_BOT_TOKEN -e SLACK_SIGNING_SECRET=$SLACK_SIGNING_SECRET -e REDASH_HOSTS_AND_API_KEYS=$REDASH_HOSTS_AND_API_KEYS -p 3000:3000 yamitzky/redashbot:2.0.0

to

docker run -it --rm -e SLACK_BOT_TOKEN=$SLACK_BOT_TOKEN -e SLACK_SIGNING_SECRET=$SLACK_SIGNING_SECRET -e REDASH_HOST=$REDASH_HOST -e REDASH_API_KEY=$REDASH_API_KEY -e SLEEP_TIME=$SLEEP_TIME -p 3000:3000 yamitzky/redashbot:latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant