added port 8000 for micro
diff --git a/security/EDGEMICRO.yml b/security/EDGEMICRO.yml
index 41bf72e..c1951fb 100644
--- a/security/EDGEMICRO.yml
+++ b/security/EDGEMICRO.yml
@@ -26,6 +26,10 @@
     cidr_ip: 172.16.0.0/12
     from_port: 0
     to_port: 65535
+  - proto: tcp
+    cidr_ip: 0.0.0.0/0
+    from_port: 8000
+    to_port: 8000
 rules_egress:
   - proto: tcp
     cidr_ip: 0.0.0.0/0
@@ -47,7 +51,4 @@
     cidr_ip: 0.0.0.0/0
     from_port: 9001
     to_port: 9001
-  - proto: tcp
-    cidr_ip: 0.0.0.0/0
-    from_port: 8000
-    to_port: 8000
+