This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e DB_VENDOR=postgres -e DB_DATABASE=keycloak -e DB_USER=postgres -e DB_PASSWORD=postgres -e DB_ADDR=192.168.33.10 -e DB_PORT=30076 -p 8080:8080 test/keycloak-bcrypt:latest | |
| Added 'admin' to '/opt/jboss/keycloak/standalone/configuration/keycloak-add-user.json', restart server to load user | |
| -b 0.0.0.0 | |
| ========================================================================= | |
| Using PostgreSQL database | |
| ========================================================================= | |
| 19:25:43,059 INFO [org.jboss.modules] (CLI command executor) JBoss Modules version 1.8.6.Final |