Skip to content

Commit ea0d04f

Browse files
authored
[docs] Typo in port numbers in example (ddev#4761) [skip ci]
1 parent 795401f commit ea0d04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/users/extend/customization-extendibility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ web_extra_exposed_ports:
9292
https_port: 9999
9393
```
9494

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`:
9696

9797
```yaml
9898
web_extra_exposed_ports:

0 commit comments

Comments
 (0)