Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 376 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 376 Bytes

Using Nginx as reverse proxy for Keycloak

Simply run

docker-compose up

This command starts Nginx, Keycloak and the proper database. The Nginx configuration can be found in nginx.conf.

Accessing http://localhost:8080/keycloak/auth/ will open the administration UI of Keycloak. The credentials are "admin" and "password".