Quellcode durchsuchen

Merge pull request #2091 from jdreesen/patch-1

Fix typo in the varnish docs
Tianon Gravi vor 4 Jahren
Ursprung
Commit
ccbc3397a3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.