Fix PR comments
This commit is contained in:
parent
f166144cf5
commit
1aec911b09
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ $ docker run -d -p 80:80 -p 443:443 \
|
||||||
You'll need to create a password file for each virtualhost:
|
You'll need to create a password file for each virtualhost:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run --rm -ti m31271n/htpasswd <username> <password> > htpasswd
|
docker run --rm -ti m31271n/htpasswd <username> <password> > $VIRTUAL_HOST
|
||||||
```
|
```
|
||||||
|
|
||||||
### Custom Nginx Configuration
|
### Custom Nginx Configuration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue