|
@@ -66,6 +66,8 @@ services:
|
|
## More info at https://github.com/markshust/docker-magento/issues/488
|
|
## More info at https://github.com/markshust/docker-magento/issues/488
|
|
- "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
- "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
- "index.blocks.read_only_allow_delete"
|
|
- "index.blocks.read_only_allow_delete"
|
|
|
|
+ ## Uncomment the following line to increase the virtual memory map count
|
|
|
|
+ # - "max_map_count=262144"
|
|
|
|
|
|
## If you wish to use Elasticsearch, comment out opensearch image above and
|
|
## If you wish to use Elasticsearch, comment out opensearch image above and
|
|
## uncomment this block. Do the same in the composer.healthcheck.yaml file.
|
|
## uncomment this block. Do the same in the composer.healthcheck.yaml file.
|
|
@@ -84,6 +86,8 @@ services:
|
|
# ## More info at https://github.com/markshust/docker-magento/issues/488
|
|
# ## More info at https://github.com/markshust/docker-magento/issues/488
|
|
# - "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
# - "cluster.routing.allocation.disk.threshold_enabled=false"
|
|
# - "index.blocks.read_only_allow_delete"
|
|
# - "index.blocks.read_only_allow_delete"
|
|
|
|
+ # ## Uncomment the following line to increase the virtual memory map count
|
|
|
|
+ # - "max_map_count=262144"
|
|
|
|
|
|
rabbitmq:
|
|
rabbitmq:
|
|
image: markoshust/magento-rabbitmq:3.11-1
|
|
image: markoshust/magento-rabbitmq:3.11-1
|