diff --git a/docker-compose.yaml b/docker-compose.yaml index 1e08320..9c08d5f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,6 +8,9 @@ services: - elastic stdin_open: true # Equivalent to -i tty: true # Required for interactive mode + # Uncomment enviroment variable if running on MacOS M4 and experiencing Java Runtime errors + # environment: + # - "_JAVA_OPTIONS=-XX:UseSVE=0" networks: elastic: