From d7b52b6f70022d15660e891970103e5d87210711 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Wed, 28 Jun 2023 11:17:19 -0500 Subject: [PATCH] Documentation fix --- nginx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/README.md b/nginx/README.md index 8181563..425270a 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -35,7 +35,7 @@ Try: ``` $conman run --detach --name nginx --restart always \ - --mount type=bind,src=$confdir,dst=/etc/nginx/conf.d,readonly \ + --mount type=bind,src=$confdir,dst=/etc/nginx/http.d,readonly \ registry.intra.dominic-ricottone.com/nginx:latest ``` -- 2.45.2