Skip to content

Commit 7eb77d0

Browse files
Fix ghcr.io image name
1 parent affc5f5 commit 7eb77d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ $ DEBUG=1 DIFFICULTY=16 ADDRESS=:4159 SECRET="$SECRET" CLIENT_ID=bot-idp CLIENT_
3333
or via Docker:
3434

3535
```console
36-
$ docker pull ghcr.io/alexanderyastrebov/idp-bot:latest
36+
$ docker pull ghcr.io/alexanderyastrebov/bot-idp:latest
3737
$ 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
3939
```
4040

4141
Increase `DIFFICULTY` to harden the challenge.

0 commit comments

Comments
 (0)