Fix typo in the varnish docs

This commit is contained in:
Jacob Dreesen 2021-12-02 15:21:16 +01:00 committed by GitHub
parent 0538d2ca62
commit 77c16237f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ $ docker run %%IMAGE%% varnishd -a :8080 -b 127.0.0.1:8181 -t 600 -p feature=+ht
## Exposing the port
```console
+$ docker run --name my-running-varnish --tmpfs /var/lib/varnish:exec -d -p 8080:80 my-varnish
$ docker run --name my-running-varnish --tmpfs /var/lib/varnish:exec -d -p 8080:80 my-varnish
```
Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browser.