Skip to content

Commit 1fc985e

Browse files
committed
install_with_ddev.md: Update port args
Flag --http-port has been deprecated, --http-port is a deprecated alias for `--router-http-port` Flag --https-port has been deprecated, --https-port is a deprecated alias for `--router-https-port`
1 parent 187f2e6 commit 1fc985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/install_with_ddev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ By default, DDEV uses ports 80 and 443.
103103
You can [set different ports](https://ddev.readthedocs.io/en/latest/users/usage/troubleshooting/#method-2-fix-port-conflicts-by-configuring-your-project-to-use-different-ports) with a command like the following:
104104

105105
```bash
106-
ddev config --http-port=8080 --https-port=8443
106+
ddev config --router-http-port=8080 --router-https-port=8443
107107
```
108108

109109
### 3. Start DDEV

0 commit comments

Comments
 (0)