Merge pull request #1510 from mateuszkwiatkowski/rabbitmq-hipe-deprecation-notice
Add deprecation notice about HiPE for RabbitMQ image
This commit is contained in:
commit
21b4433989
|
|
@ -142,7 +142,9 @@ If you wish to change the default vhost, you can do so with the `RABBITMQ_DEFAUL
|
||||||
$ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost %%IMAGE%%:3-management
|
$ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost %%IMAGE%%:3-management
|
||||||
```
|
```
|
||||||
|
|
||||||
### Enabling HiPE
|
### Enabling HiPE (deprecated)
|
||||||
|
|
||||||
|
**Note**: HiPE is disabled since version 3.7.15 of rabbimq images (https://github.com/docker-library/rabbitmq/pull/340)
|
||||||
|
|
||||||
See the [RabbitMQ "Configuration"](http://www.rabbitmq.com/configure.html#config-items) for more information about various configuration options.
|
See the [RabbitMQ "Configuration"](http://www.rabbitmq.com/configure.html#config-items) for more information about various configuration options.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue