Jelajahi Sumber

Fix typo in the varnish docs

Jacob Dreesen 4 tahun lalu
induk
melakukan
77c16237f4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      varnish/content.md

+ 1 - 1
varnish/content.md

@@ -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.