Update the typo in firststeps-rp.md
it should be HTTPS_BIND instead of HTTPS_PORT
Dieser Commit ist enthalten in:
Ursprung
418118b357
Commit
c0e395c981
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -5,7 +5,7 @@ mailcow: dockerized trusts the default gateway IP 172.22.1.1 as proxy. This is v
|
||||||
``` bash
|
``` bash
|
||||||
HTTP_BIND=127.0.0.1
|
HTTP_BIND=127.0.0.1
|
||||||
HTTP_PORT=8080
|
HTTP_PORT=8080
|
||||||
HTTPS_PORT=127.0.0.1
|
HTTPS_BIND=127.0.0.1
|
||||||
HTTPS_PORT=8443
|
HTTPS_PORT=8443
|
||||||
```
|
```
|
||||||
** IMPORTANT: Do not use port 8081 **
|
** IMPORTANT: Do not use port 8081 **
|
||||||
|
|
Laden …
In neuem Issue referenzieren