From 2bdf31f451b7868658d834e345127d58d4bdcd1c Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Thu, 31 Mar 2022 12:09:28 +0200 Subject: [PATCH] Add missing backslash to readme command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5794fd8..b24bcb1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run webserver: docker run -ti \ --net=host \ -v "$(pwd)/mime.types":/etc/nginx/mime.types:ro \ - -v "$(pwd)"/nginx.conf:/etc/nginx/sites-enabled/default + -v "$(pwd)"/nginx.conf:/etc/nginx/sites-enabled/default \ -v "$(pwd):$(pwd)" \ hugotty/nginx:latest ```