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: .devcontainer/devcontainer.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Dev containers have networking limitations depending on the host OS and Docker s
52
52
// Use a shared bridge network to allow to access other containers with their names (dns resolution). With the default bridge, dns resolution does not work (only ip:port).
53
53
"--network=matterbridge"
54
54
],
55
+
// Publish the Matterbridge UI port on the Docker host (so http://localhost:8283 works even without VS Code port forwarding)
56
+
"appPort": [8283],
55
57
"customizations": {
56
58
"vscode": {
57
59
// Extensions to install in the dev container
@@ -67,6 +69,7 @@ Dev containers have networking limitations depending on the host OS and Docker s
0 commit comments