Skip to content

Commit 9129b73

Browse files
committed
Support for reading the default user from a file (i.e. docker secret)
1 parent da754e6 commit 9129b73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alpine/docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ file_env() {
2323
unset "$fileVar"
2424
}
2525

26+
file_env 'RABBITMQ_DEFAULT_USER'
2627
file_env 'RABBITMQ_DEFAULT_PASS'
2728

2829
# allow the container to be started with `--user`

0 commit comments

Comments
 (0)