mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 14:57:23 +08:00
[bitnami/rabbitmq] Release 3.11.5-debian-11-r3 (#17490)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.11.5-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="3.11.5-debian-11-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq" \
|
||||
org.opencontainers.image.title="rabbitmq" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
||||
@@ -377,15 +377,6 @@ $ docker run -d --name rabbitmq-server \
|
||||
|
||||
After that, your changes will be taken into account in the server's behaviour.
|
||||
|
||||
## Permission of SSL/TLS certificate and key files
|
||||
|
||||
If you bind mount the certificate and key files from your local host to the container, make sure to set proper ownership and permissions of those files:
|
||||
|
||||
```
|
||||
$ sudo chown 1001:root <your cert/key files>
|
||||
$ sudo chmod 400 <your cert/key files>
|
||||
```
|
||||
|
||||
## Enabling LDAP support
|
||||
|
||||
LDAP configuration parameters must be specified if you wish to enable LDAP support for RabbitMQ. The following environment variables are available to configure LDAP support:
|
||||
|
||||
Reference in New Issue
Block a user