Fix typo in the varnish docs
This commit is contained in:
parent
0538d2ca62
commit
77c16237f4
|
|
@ -90,7 +90,7 @@ $ docker run %%IMAGE%% varnishd -a :8080 -b 127.0.0.1:8181 -t 600 -p feature=+ht
|
||||||
## Exposing the port
|
## Exposing the port
|
||||||
|
|
||||||
```console
|
```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.
|
Then you can hit `http://localhost:8080` or `http://host-ip:8080` in your browser.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue