From 3832b6518a14e63af8a43bc91edba2802b5ce8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Thu, 21 Oct 2021 08:46:44 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ff8d74..b128b7a 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,20 @@ This service contains a health check endpoint at `/health`. It checks if the Ste ## Docker -[A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-provider) is also available. +A docker image is also available. ``` docker run -it \ -e OpenID__RedirectUri=http://localhost:8080/auth/realms/master/broker/steam/endpoint \ -e OpenID__ClientID=steamidp \ -e OpenID__ClientSecret=mysecret \ - -e Authentication__Steam__ApplicationKey=MySteamApiKey \ + -e OpenID__ClientName=myclientname \ + -e Steam__ApplicationKey=MySteamApiKey \ --restart unless-stopped \ --name steamidp \ - imperialplugins/steam-openid-connect-provider + ghcr.io/byo-software/steam-openid-connect-provider ``` ## License -[MIT](https://github.com/ImperialPlugins/steam-openid-connect-provider/blob/master/LICENSE) +[MIT](https://github.com/byo-software/steam-openid-connect-provider/blob/master/LICENSE)