Skip to content
Snippets Groups Projects
Commit 472d04ce authored by MJB's avatar MJB
Browse files

added port mapping from vagrant VM host to containers

parent 577d8389
No related branches found
No related tags found
No related merge requests found
......@@ -198,8 +198,8 @@ for service_name in $service_names; do
;;
esac
fi
echo "------>Create iptables summary"
iptables -t nat -L -n -v
done
echo "------>Create iptables summary"
iptables -t nat -L -n -v
iptables-save
......@@ -7,7 +7,8 @@
"forward_ports": [
{ "guest": 8086, "host": 8086 },
{ "guest": 8888, "host": 8888 },
{ "guest": 9092, "host": 9092 }
{ "guest": 9092, "host": 9092 },
{ "guest": 9080, "host": 9080 }
]
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment