We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f2052 commit fe736c5Copy full SHA for fe736c5
OracleManagementAgent/dockerfiles/latest/docker-compose.yml
@@ -26,6 +26,10 @@ services:
26
# Image name reported by container images listing
27
image: oracle/mgmtagent-container
28
29
+ # Environment properties
30
+ environment:
31
+ - DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE=${DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE}
32
+
33
# Internal hostname identifier for the container
34
hostname: ${mgmtagent_hostname}
35
0 commit comments