Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 3, 2023
1 parent e938c20 commit 9d4e8f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -115,7 +115,7 @@ tutorial:

## :arrow_forward: Video : Introduction to Keyrock

[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=dHyVTan6bUY "Introduction")
[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=dHyVTan6bUY 'Introduction')

Click on the image above to see an introductory video

Expand Down Expand Up @@ -178,8 +178,8 @@ keyrock:
depends_on:
- mysql-db
ports:
- "3005:3005"
- "${KEYROCK_HTTPS_PORT}:${KEYROCK_HTTPS_PORT}" # localhost:3443
- '3005:3005'
- '${KEYROCK_HTTPS_PORT}:${KEYROCK_HTTPS_PORT}' # localhost:3443
environment:
- IDM_DB_HOST=mysql-db
- IDM_DB_PASS_FILE=/run/secrets/my_secret_data
Expand Down Expand Up @@ -250,14 +250,14 @@ mysql-db:
hostname: mysql-db
container_name: db-mysql
expose:
- "3306"
- '3306'
ports:
- "3306:3306"
- '3306:3306'
networks:
- default
environment:
- "MYSQL_ROOT_PASSWORD_FILE=/run/secrets/my_secret_data"
- "MYSQL_ROOT_HOST=172.18.1.5"
- 'MYSQL_ROOT_PASSWORD_FILE=/run/secrets/my_secret_data'
- 'MYSQL_ROOT_HOST=172.18.1.5'
volumes:
- mysql-db:/var/lib/mysql
secrets:
Expand Down Expand Up @@ -351,7 +351,7 @@ obtain a new token.

## :arrow_forward: Video : Creating User Accounts with the Keyrock GUI

[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=dtKsjGbJ7Xc "Creating User Accounts")
[![](https://fiware.github.io/tutorials.Step-by-Step/img/video-logo.png)](https://www.youtube.com/watch?v=dtKsjGbJ7Xc 'Creating User Accounts')

Click on the image above to see a video demonstrating how to create users with the **Keyrock** GUI

Expand Down

0 comments on commit 9d4e8f7

Please sign in to comment.