From c721c636d9c401839f3422e19a14029da2084d42 Mon Sep 17 00:00:00 2001 From: hdid Date: Fri, 2 Nov 2018 13:09:26 +0330 Subject: [PATCH] tiny fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d88ce2a..3fc2e99 100644 --- a/README.md +++ b/README.md @@ -192,13 +192,13 @@ This tool will listen on port 3128 by default with the given secret. # One-line runner ```console -docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 -d nineseconds/mtg:stable $(openssl rand -hex 16) +docker run --name mtg --restart=unless-stopped -p 3128:3128 -q 3129:3129 -d nineseconds/mtg:stable $(openssl rand -hex 16) ``` or in secret mode: ```console -docker run --name mtg --restart=unless-stopped -p 3128:3128 -p 3129:3129 -d nineseconds/mtg:stable dd$(openssl rand -hex 16) +docker run --name mtg --restart=unless-stopped -p 3128:3128 -q 3129:3129 -d nineseconds/mtg:stable dd$(openssl rand -hex 16) ``` You will have this tool up and running on port 3128. Now curl