Enable webconsole for cli in portal
[portal.git] / deliveries / docker-compose.yml
index 054ce0a..73a19da 100644 (file)
@@ -10,13 +10,12 @@ version: '2.0'
 services:
 
   cli:
-    image: onap/cli:${PORTAL_TAG}
+    image: ${CLI_IMG_NAME}:${PORTAL_TAG}
     environment:
       CLI_MODE: 'daemon'
-    expose:
-      - 80
     ports:
       - 8080:80
+      - 9090:8080
     logging:
       driver: json-file