From ddb6ebd8a475e60f27080d1e3bb1be111ce819d6 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 5 Apr 2021 21:27:53 +0200 Subject: [PATCH] doc: typo --- docs/Advanced-usage.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Advanced-usage.md b/docs/Advanced-usage.md index a5ecf505..d8206581 100644 --- a/docs/Advanced-usage.md +++ b/docs/Advanced-usage.md @@ -27,7 +27,6 @@ $ docker run --detach \ --name nginx-proxy \ --publish 80:80 \ --publish 443:443 \ - --name nginx \ --volume conf:/etc/nginx/conf.d \ --volume vhost:/etc/nginx/vhost.d \ --volume html:/usr/share/nginx/html \