7 lines
196 B
YAML
7 lines
196 B
YAML
services:
|
|
app:
|
|
volumes:
|
|
- ./profiles:/profiles
|
|
environment:
|
|
JAVA_TOOL_OPTIONS: >-
|
|
-XX:StartFlightRecording=filename=/profiles/app.jfr,settings=profile,dumponexit=true |