Update README.md

This commit is contained in:
Enes Sadık Özbek 2021-10-21 08:46:44 +03:00 committed by GitHub
parent bbd5675720
commit 3832b6518a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,19 +49,20 @@ This service contains a health check endpoint at `/health`. It checks if the Ste
## Docker ## 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 \ docker run -it \
-e OpenID__RedirectUri=http://localhost:8080/auth/realms/master/broker/steam/endpoint \ -e OpenID__RedirectUri=http://localhost:8080/auth/realms/master/broker/steam/endpoint \
-e OpenID__ClientID=steamidp \ -e OpenID__ClientID=steamidp \
-e OpenID__ClientSecret=mysecret \ -e OpenID__ClientSecret=mysecret \
-e Authentication__Steam__ApplicationKey=MySteamApiKey \ -e OpenID__ClientName=myclientname \
-e Steam__ApplicationKey=MySteamApiKey \
--restart unless-stopped \ --restart unless-stopped \
--name steamidp \ --name steamidp \
imperialplugins/steam-openid-connect-provider ghcr.io/byo-software/steam-openid-connect-provider
``` ```
## License ## 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)