File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ $ DEBUG=1 DIFFICULTY=16 ADDRESS=:4159 SECRET="$SECRET" CLIENT_ID=bot-idp CLIENT_
33
33
or via Docker:
34
34
35
35
``` console
36
- $ docker pull ghcr.io/alexanderyastrebov/idp- bot:latest
36
+ $ docker pull ghcr.io/alexanderyastrebov/bot-idp :latest
37
37
$ SECRET=$( head -c 32 /dev/urandom | base64)
38
- $ docker run -p 4159:4159 -e DEBUG=1 -e DIFFICULTY=16 -e ADDRESS=:4159 -e SECRET=" $SECRET " -e CLIENT_ID=bot-idp -e CLIENT_SECRET=secret1 -e ISSUER=http://localhost:4159 ghcr.io/alexanderyastrebov/idp- bot
38
+ $ docker run -p 4159:4159 -e DEBUG=1 -e DIFFICULTY=16 -e ADDRESS=:4159 -e SECRET=" $SECRET " -e CLIENT_ID=bot-idp -e CLIENT_SECRET=secret1 -e ISSUER=http://localhost:4159 ghcr.io/alexanderyastrebov/bot-idp
39
39
```
40
40
41
41
Increase ` DIFFICULTY ` to harden the challenge.
You can’t perform that action at this time.
0 commit comments