You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msg-node-nodejs:
8
8
environment:
9
9
- url=localhost # url:domain of CSP where the Messaging Node would be deployed
10
10
- port=9090 # port:port of Messaging Node would be deployed
11
-
- domainRegistryUrl=http://localhost:4567/ # url:domain of CSP where the registry-domain would be deployed
11
+
- domainRegistryUrl=http://localhost:4567/ # url:domain of CSP where the registry-domain would be deployed or domainRegistryUrl=http://172.18.0.4:4567/
12
12
- globalRegistryUrl=http://130.149.22.133:5002/ # url:domain of CSP where the Global Registry would be deployed
0 commit comments