move UI off port 80

Change-Id: I4e321ea6014422708ec45f324ec23ec84dc37fcd
diff --git a/cord-pod/Makefile b/cord-pod/Makefile
index 72a4824..4676d2a 100644
--- a/cord-pod/Makefile
+++ b/cord-pod/Makefile
@@ -8,6 +8,8 @@
 DOCKER_PROJECT     ?= cordpod
 BOOTSTRAP_PROJECT  ?= cordpodbs
 
+XOS_UI_PORT        := 8888
+
 # Include common functions
 include $(COMMON_DIR)/Makefile