We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec1f618 + b8fc6e5 commit b251250Copy full SHA for b251250
docker-entrypoint.sh
@@ -122,6 +122,7 @@ if [ "$1" = 'rabbitmq-server' ]; then
122
# Create combined cert
123
cat "$RABBITMQ_SSL_CERT_FILE" "$RABBITMQ_SSL_KEY_FILE" > /tmp/combined.pem
124
chmod 0400 /tmp/combined.pem
125
+ chown rabbitmq /tmp/combined.pem
126
127
# More ENV vars for make clustering happiness
128
# we don't handle clustering in this script, but these args should ensure
0 commit comments