Skip to content

Problems getting 2FA working #140

Answered by Rakambda
scsudo asked this question in Q&A
Feb 11, 2022 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

You are missing the command parameter (hence the wrong path in the error No main config found at /config.json). If you look the readme you'll see a command: "--settings /usr/src/app/config.json" in the compose file.

So I guess that for you it should end up being something like docker run -it --mount type=bind,source=/opt/twitch-miner/authentication,target=/usr/src/app/authentication --mount type=bind,source=/opt/twitch-miner/streamers,target=/usr/src/app/streamers --mount type=bind,source=/opt/twitch-miner/config.json,target=/usr/src/app/config.json mrcraftcod/channel-points-miner:latest --settings /usr/src/app/config.json

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by scsudo
Comment options

You must be logged in to vote
5 replies
@Rakambda
Comment options

@scsudo
Comment options

@Rakambda
Comment options

@Rakambda
Comment options

@scsudo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants