You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docker-images/pingdataconsole/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This docker image provides a tomcat image with the PingDataConsole
9
9
deployed to be used in configuration of the PingData products.
10
10
11
11
## Related Docker Images
12
+
-`tomcat:9-jre17` - Tomcat engine to serve PingDataConsole .war file (PingDataConsole 10.2.x and older)
12
13
-`tomcat:11-jre17` - Tomcat engine to serve PingDataConsole .war file
13
14
14
15
## Environment Variables
@@ -29,6 +30,8 @@ this image.
29
30
| STARTUP_FOREGROUND_OPTS | run | The command-line options to provide to the the startup command when the container starts with the server in the foreground. This is the normal start flow for the container |
30
31
| STARTUP_BACKGROUND_OPTS | start | The command-line options to provide to the the startup command when the container starts with the server in the background. This is the debug start flow for the container |
31
32
| TAIL_LOG_FILES | ${SERVER_ROOT_DIR}/logs/console.log | Files tailed once container has started |
33
+
| BRANDING_APP_NAME | PingDirectory Admin Console | Sets the name of the application, which appears on the Sign On page and the product banner |
34
+
| SYSTEM_READ_ONLY | false | When true, puts the console in read-only mode. The user will not be able to modify the server's configuration or schema, regardless of which account was used to sign in |
0 commit comments