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: docs/content/users/extend/customization-extendibility.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ web_extra_exposed_ports:
92
92
https_port: 9999
93
93
```
94
94
95
-
The configuration below would expose a Node.js server running in the `web` container on port 3000 as `https://<project>.ddev.site:4000` and a “something” server running in the web container on port 4000 as `https://<project>.ddev.site:4000`:
95
+
The configuration below would expose a Node.js server running in the `web` container on port 3000 as `https://<project>.ddev.site:3000` and a “something” server running in the web container on port 4000 as `https://<project>.ddev.site:4000`:
0 commit comments