Skip to content

Commit

Permalink
Set optional CONTAINER_JFR_PLATFORM env var
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 25, 2020
1 parent 4ef818f commit addc51c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ podman run \
--mount type=tmpfs,target=/flightrecordings \
--mount type=tmpfs,target=/templates \
--mount type=bind,source="$PWD/truststore",destination=/truststore,relabel=shared,bind-propagation=shared \
-e CONTAINER_JFR_PLATFORM=$CONTAINER_JFR_PLATFORM \
-e CONTAINER_JFR_DISABLE_SSL=$CONTAINER_JFR_DISABLE_SSL \
-e CONTAINER_JFR_DISABLE_JMX_AUTH=$CONTAINER_JFR_DISABLE_JMX_AUTH \
-e CONTAINER_JFR_RJMX_USER=$CONTAINER_JFR_RJMX_USER \
Expand Down

0 comments on commit addc51c

Please sign in to comment.