Skip to content
Snippets Groups Projects
Commit 33ce6104 authored by Joshua Short's avatar Joshua Short
Browse files

Bind to all available interfaces -- seems to fix an issue where a metabase...

Bind to all available interfaces -- seems to fix an issue where a metabase container can't be accessed from multiple docker networks.
parent b0770af7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# if nobody manually set a host to list on then go with $HOSTNAME
if [ -z "$MB_JETTY_HOST" ]; then
export MB_JETTY_HOST=$HOSTNAME
export MB_JETTY_HOST=0.0.0.0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment