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.
1 parent 39be622 commit d9c4635Copy full SHA for d9c4635
docker-entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-# allow the container to be stated with `--user`
+# allow the container to be started with `--user`
5
if [ "$1" = 'rabbitmq-server' -a "$(id -u)" = '0' ]; then
6
chown -R rabbitmq /var/lib/rabbitmq
7
exec gosu rabbitmq "$BASH_SOURCE" "$@"
0 commit comments