Moved xos_ui to port 9000 and xos_bootstrap_ui to port 9001 for all config

Change-Id: I75ab78deb55b344b0b64b183dda2859936045e9c
diff --git a/globalxos/Makefile b/globalxos/Makefile
index 8f14c38..1adbc0f 100644
--- a/globalxos/Makefile
+++ b/globalxos/Makefile
@@ -8,8 +8,8 @@
 DOCKER_PROJECT     ?= globalxos
 BOOTSTRAP_PROJECT  ?= globalxosbs
 
-XOS_BOOTSTRAP_PORT ?= 9998
-XOS_UI_PORT        ?= 9999
+XOS_BOOTSTRAP_PORT ?= 9001
+XOS_UI_PORT        ?= 9000
 
 # Include common functions
 include $(COMMON_DIR)/Makefile