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 ```