- Open a terminal and log in to your instance of Package Security Manager as an admin.
-
Open your installer file, where the
docker-compose.yml
file is located by running the command:You can see all the files contained in your current directory location by running the commandls -la
in the terminal. You can look for thedocker-compose.yml
file this way, if necessary. -
Open your
docker-compose.yml
file using your preferred file editor. -
Find the
Keycloak
service section of the file, and underenvironment:
, add the following lines: -
Save your work and close the file. To verify your changes were saved, you can run the command:
Here is an excerpt from a
docker-compose.yml
file to show you what your Keycloak section might look like. -
Restart your instance of Package Security Manager.