Add cdt proxy port to match oom

Kubernetes in oom uses a 302 port prefix. Adding a
matching port here so that cdt can communicate on the
same port in all deployments.

Change-Id: I6242ea5af1dc5395ead2a116e59b6e294df7f8c2
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-924
(cherry picked from commit 381bae7d21fd176d8eb0fd52046fb3bfecc4f837)
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index 15d2f1c..bfe9b47 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -53,6 +53,7 @@
       - "8282:8181"
       - "1830:1830"
       - "9090:9191"
+      - "30290:9191"
     links:
       - db:dbhost
       - db:sdnctldb01