commit | 0d369d13118e691e35d406d9c636f6da1332b440 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Nov 08 16:37:30 2016 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Fri Nov 11 11:09:03 2016 -0800 |
tree | 50c914b693a6e61797cea0102c6bf0a8d9fbc789 | |
parent | 8710436eb8f51f030bcaf45305e2acfc13e49ef6 [diff] [blame] |
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