diff --git a/docs/installation-steps/DeployWithDockerOnLinuxMac.md b/docs/installation-steps/DeployWithDockerOnLinuxMac.md index 7ae057ba7..94b6fe9f3 100644 --- a/docs/installation-steps/DeployWithDockerOnLinuxMac.md +++ b/docs/installation-steps/DeployWithDockerOnLinuxMac.md @@ -69,7 +69,7 @@ Use the following **login\pass** to access: 1. Expose Docker Volumes to the file system -> * OPTIONAL: Set {vm.max_map_count} kernel setting before ReportPortal deploying with the following [Commands](https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docker.html#docker-cli-run-prod-mode) +> OPTIONAL: Set {vm.max_map_count} kernel setting before ReportPortal deploying with the following [Commands](https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docker.html#docker-cli-run-prod-mode) Give the right permissions to the ElasticSearch data folder using the following commands: @@ -79,7 +79,7 @@ chmod 777 data/elasticsearch chgrp 1000 data/elasticsearch ``` -> For more details about ElasticSearch visit ElasticSearch [guide]> (https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docker.html#_notes_for_production_use_and_defaults) +> For more details about ElasticSearch visit ElasticSearch [guide](https://www.elastic.co/guide/en/elasticsearch/reference/7.10/docker.html#_notes_for_production_use_and_defaults) 2. PostgreSQL Performance Tuning