You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set home so that any `--user` knows where to put the erlang cookie
54
-
ENV HOME$RABBITMQ_DATA_DIR
54
+
ENV HOME=$RABBITMQ_DATA_DIR
55
55
# Hint that the data (a.k.a. home dir) dir should be separate volume
56
56
VOLUME $RABBITMQ_DATA_DIR
57
57
58
58
# warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
59
59
# Setting all environment variables that control language preferences, behaviour differs - https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html#The-LANGUAGE-variable
0 commit comments