Skip to content

Commit

Permalink
Update DeployWithDockerOnLinuxMac.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik authored Oct 11, 2023
1 parent 70f8c54 commit 1464296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation-steps/DeployWithDockerOnLinuxMac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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

Expand Down

0 comments on commit 1464296

Please sign in to comment.