Skip to content
Discussion options

You must be logged in to vote

You can edit the pipeline-manager service in the compose file to add the argument and edit the ports field:

diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml
index 7e4a14872..68085b17a 100644
--- a/deploy/docker-compose.yml
+++ b/deploy/docker-compose.yml
@@ -8,8 +8,11 @@ services:
       # also add a corresponding --allowed-origins argument to the pipeline
       # manager command below (e.g., --allowed-origins "http://localhost:xyz").
       # Otherwise, browsers will complain about CORS errors
-      - "8080:8080"
-      - "8081:8081"
+      - "28080:8080"
+      - "28081:8081"
+    command:
+      - --allowed-origins
+      - "http://localhost:28080"
     stop_grace_p…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ytooyama
Comment options

@lalithsuresh
Comment options

Answer selected by ytooyama
@ytooyama
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants